After leaving Andor gives me this error and was not to be
Edit
-->> Error
-->> Onload
-->> untried
Andor Script Error
- Lamkefyned
- Posts: 348
- Joined: Thu May 23, 2013 11:38 am
- Location: Spain
Andor Script Error
Last edited by Lamkefyned on Sat Jan 18, 2014 10:11 pm, edited 1 time in total.
If you think something is right just because everyone else believes,you're not thinking.
Re: Andor Script Error
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.
- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
- Lamkefyned
- Posts: 348
- Joined: Thu May 23, 2013 11:38 am
- Location: Spain
Re: Andor Script Error
Forgiveness Rock 5 is gone me clip
If you think something is right just because everyone else believes,you're not thinking.
Re: Andor Script Error
In AndorTraining.xml
needs to be set to a valid option.
Code: Select all
local When_Finished = ""- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
- Lamkefyned
- Posts: 348
- Joined: Thu May 23, 2013 11:38 am
- Location: Spain
Re: Andor Script Error
and you would have to put? come you never use this code.
If you think something is right just because everyone else believes,you're not thinking.
Re: Andor Script Error
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.
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.
- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
- Lamkefyned
- Posts: 348
- Joined: Thu May 23, 2013 11:38 am
- Location: Spain
Re: Andor Script Error
Thanks I have already been clearer
If you think something is right just because everyone else believes,you're not thinking.