Thx for your answer.
I've a little problem with this.
1. I start the script & Pilot logged in
2. Noctis is in an area with wrecks an loot/salvage fine.
3. when it finished i paused script (STRG+P)
4. I warp to the next spot and resume (STRG+P) an it works(TS) fine
5. Pause and I warp to the next spot and resume
6. Now Pilot start a new eve login window and it trys to login..
I tryed a lot but after 2-3 spots Pilot trys to start a new eve. How can i fix this?
at the moment i used this algorithm
| Код: |
000: StartEveAndLogin()[002;100;100;100]
001: StopClient(;false;false)[001]
002: CloseEveWindow()[001;001]
100: LooterTS()[002;002;100;100;100]
|