-
Help with scripting
Im trying to make a script and when i try to compile it says:
Failed when compiling
Line 797: [Error] (17361:4): period ('.') expected in script
On line 797 its an end. I thought you were only supposed to use a period if it was the end of the script. This is just the end of a procedure.
Help
-
feel like posting the script? Then i shall help you, when i can see the script :)
-
I think i know this without even seeing the script ;)
Your probably missing an end, therefore it thinks that the last end is the end of the script... Otherwise, post the script ;)