Im A Baller 348 Posted June 4, 2017 Main: https://pastebin.com/7rqBFSUp GUI: https://pastebin.com/P0aR5QNT In your main, after making the GUI visible (in onStart()), put: while(!gui.getStartScript()) sleep(1000); so that the script sleeps in onStart() until the GUI has been completed. I'd recommend taking out the startScript field in WizKill. This way, you also don't have to deal with startScript in your onLoop() good luck
Noidlox 11 Author Posted June 4, 2017 In your main, after making the GUI visible (in onStart()), put: while(!gui.getStartScript()) sleep(1000); so that the script sleeps in onStart() until the GUI has been completed. I'd recommend taking out the startScript field in WizKill. This way, you also don't have to deal with startScript in your onLoop() good luck THAT WORKED!!!!! you da best
Recommended Posts
Archived
This topic is now archived and is closed to further replies.