CarolusRise Posted December 17, 2019 Share Posted December 17, 2019 Hello when i want to test out the script i made it will disable me mouse in-game i cant click anything or when i hover over the bank or such will be just blanc instead of what it supposed to do also it wont even load the script (it does appear on the script menu tho) when i worked on the script i did test almost every single line at the end tho i didnt now when i "backtrack" the end code it wont fix and i cant seem to find the problem this was the end code i romved it but still no improvements else if(getBank().contains("Uncooked pizza")) { getBank().withdrawAll("Uncooked pizza"); getBank().close(); cook.interact(); sleep(2000); if(pbt != null) { pbt.interact(); sleep(18000); } } Quote Link to comment Share on other sites More sharing options...
Naked Posted December 17, 2019 Share Posted December 17, 2019 39 minutes ago, Carolus_rise said: Hello when i want to test out the script i made it will disable me mouse in-game i cant click anything or when i hover over the bank or such will be just blanc instead of what it supposed to do also it wont even load the script (it does appear on the script menu tho) when i worked on the script i did test almost every single line at the end tho i didnt now when i "backtrack" the end code it wont fix and i cant seem to find the problem this was the end code i romved it but still no improvements else if(getBank().contains("Uncooked pizza")) { getBank().withdrawAll("Uncooked pizza"); getBank().close(); cook.interact(); sleep(2000); if(pbt != null) { pbt.interact(); sleep(18000); } } Click this guy twice to enable mouse. It'll look like this: You may be compiling it incorrectly, or there is an error being thrown. Check the logger (Settings in the top right -> Toggle Logger) to get more info. Quote Link to comment Share on other sites More sharing options...
CarolusRise Posted December 17, 2019 Author Share Posted December 17, 2019 1 minute ago, Naked said: Click this guy twice to enable mouse. It'll look like this: You may be compiling it incorrectly, or there is an error being thrown. Check the logger (Settings in the top right -> Toggle Logger) to get more info. hi i checked the logger and there are none errors it seems to me that either it wont load the script at all or im missing something Quote Link to comment Share on other sites More sharing options...
Naked Posted December 17, 2019 Share Posted December 17, 2019 11 minutes ago, Carolus_rise said: hi i checked the logger and there are none errors it seems to me that either it wont load the script at all or im missing something If you're getting a green play button, there is no script running. Click the play button and select the script, then check the logger. Quote Link to comment Share on other sites More sharing options...
CarolusRise Posted December 17, 2019 Author Share Posted December 17, 2019 6 hours ago, Naked said: If you're getting a green play button, there is no script running. Click the play button and select the script, then check the logger. and there lies the problem when i start the script it wont load it will freeze the input on ingame and np error or code is given Quote Link to comment Share on other sites More sharing options...
BravoTaco Posted December 18, 2019 Share Posted December 18, 2019 (edited) If you try to run a different script after you run yours, than stop it, does it than allow you to toggle the mouse? If so we will need to see more code to find the issue. Edited December 18, 2019 by BravoTaco Quote Link to comment Share on other sites More sharing options...