What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Script loading before game opens

shoiote

New Member
Joined
Feb 11, 2016
Messages
5
Reaction score
0
Hello, my AB is setted to auto-run some scripts when any account log in, the thing is... the scripts are loading before the games open, so the scripts can't load their saved configuration.
Is there any way that i can set the script to open after the game is totally online, or set an delay time to the script to auto-run?
(just for the record, i set them in auto-run cause the AB is setted to run in a lot of accounts via Scheduler)
 
Add in plugin:
while (gameState != GameState.Online)
Thread.Sleep(500);
 
uh... sorry but i don't know very much about it, what path inside the AB's folder are the script saved?
 
Back
Top