Wait command in startup

Nick87

Member
Hi, I was wondering if anyone knew of a wait command that can be put into startup list when loading with the innerspace console. I know that "wait xx" works with time, but I'm looking for a wait command that waits until a script is finished running. For example a command that would wait for the evebot/launcher to finish then run the next command. Thank you in advance.
 

CyberTech

Second-in-Command
Staff member
Hi, I was wondering if anyone knew of a wait command that can be put into startup list when loading with the innerspace console. I know that "wait xx" works with time, but I'm looking for a wait command that waits until a script is finished running. For example a command that would wait for the evebot/launcher to finish then run the next command. Thank you in advance.
Inside your script, put while ${Script[Launcher](exists)} { waitframe }.

Or have the launcher launch your script.
 

Nick87

Member
I ended up making a copy of the launcher and modifying it to do what I needed to be done. I have one more question, for some reason on some of my characters, not all, it auto begins evebot in the sense that it starts running w/e the default option is set on, IE mining, ratting, hauling. My question is, is there an option somewhere that may be turned on that I can turn off? I've looked through all the configs and I can't find an option that is for that.
 
Last edited:

CyberTech

Second-in-Command
Staff member
I ended up making a copy of the launcher and modifying it to do what I needed to be done. I have one more question, for some reason on some of my characters, not all, it auto begins evebot in the sense that it starts running w/e the default option is set on, IE mining, ratting, hauling. My question is, is there an option somewhere that may be turned on that I can turn off? I've looked through all the configs and I can't find an option that is for that.
If the final paramenter to launcher commandline is TRUE, it starts the bot. What the bot does after that depends on what you've configured it to do for that character.
 
Top Bottom