zasz Posted October 21, 2019 Posted October 21, 2019 Unless I haven't noticed it using another amount, it seems running toggles at 15. Perhaps either a method to change the default or disable the ability for webwalking to toggle run so that way custom numbers can be used.
FuryShark Posted October 21, 2019 Posted October 21, 2019 42 minutes ago, zasz said: Unless I haven't noticed it using another amount, it seems running toggles at 15. Perhaps either a method to change the default or disable the ability for webwalking to toggle run so that way custom numbers can be used. https://osbot.org/api/org/osbot/rs07/event/WebWalkEvent.html#setEnergyThreshold-int- it is 15 by default. you can change it yourself if your writing your own scripts or you will have to ask whoever makes the script your using.
zasz Posted October 21, 2019 Author Posted October 21, 2019 14 hours ago, FuryShark said: https://osbot.org/api/org/osbot/rs07/event/WebWalkEvent.html#setEnergyThreshold-int- it is 15 by default. you can change it yourself if your writing your own scripts or you will have to ask whoever makes the script your using. I need to read the api more. Didn't even notice the class. Thanks!