Guest Posted May 27, 2017 Share Posted May 27, 2017 How do I stop the script using the script. i.e.: if (inventory.isFull() { // Stop script } Quote Link to comment Share on other sites More sharing options...
Muffins Posted May 27, 2017 Share Posted May 27, 2017 stop(); Quote Link to comment Share on other sites More sharing options...
Adept Posted May 27, 2017 Share Posted May 27, 2017 stop(); stop(false); to remain logged in. Could it be any simpler than that? Quote Link to comment Share on other sites More sharing options...
Void Posted May 27, 2017 Share Posted May 27, 2017 If you also want it close client use system.exit(0) 1 Quote Link to comment Share on other sites More sharing options...
Guest Posted May 27, 2017 Share Posted May 27, 2017 30 minutes ago, Muffins said: stop(); 30 minutes ago, Adept said: stop(); stop(false); to remain logged in. Could it be any simpler than that? THANKS!!! 13 minutes ago, Void said: If you also want it close client use system.exit(0) Interesting... THANKS!!! Quote Link to comment Share on other sites More sharing options...