Page 1 of 1

Andor Script Error

Posted: Sat Jan 18, 2014 7:35 pm
by Lamkefyned
After leaving Andor gives me this error and was not to be
Sin título.png
Edit
AndorTraining.xml
(12.02 KiB) Downloaded 119 times
-->> Error
AndorTraining_onload.lua
(9.29 KiB) Downloaded 120 times
-->> Onload
AndorTrainingS.xml
(10.01 KiB) Downloaded 187 times
-->> untried

Re: Andor Script Error

Posted: Sat Jan 18, 2014 10:01 pm
by rock5
If you were using someone elses andor script you should have posted in their topic so we would know which script you are using. If you are using your own script then you will need to include it, or the relevant part of it, so we can see the problem.

Re: Andor Script Error

Posted: Sat Jan 18, 2014 10:13 pm
by Lamkefyned
Forgiveness Rock 5 is gone me clip

Re: Andor Script Error

Posted: Sat Jan 18, 2014 10:24 pm
by rock5
In AndorTraining.xml

Code: Select all

		local When_Finished = ""
needs to be set to a valid option.

Re: Andor Script Error

Posted: Sun Jan 19, 2014 12:20 am
by Lamkefyned
and you would have to put? come you never use this code.

Re: Andor Script Error

Posted: Sun Jan 19, 2014 3:00 am
by rock5
When the script finishes and it gets that error, what do you expect it to do next? If you want it to end without the error then set that option to "end". If you want it to change character then set it to "charlist" and set some account info in the CharList = {} command. If you want it to load another waypoint file then set it to the waypoint files name.

Or, if you don't want it to do anything else, you can leave it like that. The script should still work fine, it will just get an error when it finishes.

Probably it should be given a default value of "end" if shared so that it will work without any changes. Then users could change it if they want to use one of the other options.

Re: Andor Script Error

Posted: Sun Jan 19, 2014 9:00 am
by Lamkefyned
Thanks I have already been clearer