Dockid 9 Share Posted May 18, 2020 Hi, currently working on a script where I was starting/stopping it for testing. I now for some reason cannot start this specific script anymore. The play button simply doesn't work for it yet I am able to start my other scripts. Any ideas why this is happening?(My script compiles perfectly) Link to comment Share on other sites More sharing options...
NovaGTX 106 Share Posted May 19, 2020 11 hours ago, Dockid said: Hi, currently working on a script where I was starting/stopping it for testing. I now for some reason cannot start this specific script anymore. The play button simply doesn't work for it yet I am able to start my other scripts. Any ideas why this is happening?(My script compiles perfectly) You probably have a null pointer that is causing the script to infinitely loop and never successfully kills the script. Use the debug log. Link to comment Share on other sites More sharing options...
ytt0m 1 Share Posted May 19, 2020 In DreamBot, select 'Tools', 'Debugging Tools' and then enable the 'Debug Console'. This should give you some more information as to why the script is failing. Link to comment Share on other sites More sharing options...
Dockid 9 Author Share Posted May 20, 2020 10 hours ago, ytt0m said: In DreamBot, select 'Tools', 'Debugging Tools' and then enable the 'Debug Console'. This should give you some more information as to why the script is failing. Got my script to start, I'm aware of the debug log however,when the play button to start the script fails the debug shows nothing. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.