BryceTheCoder Posted December 20, 2011 Share Posted December 20, 2011 hey is there a method like something around enableRun(True); that will make run enabled for your guy. Its like the click compass method i guess( ClickCompass(True); ) Quote Link to comment Share on other sites More sharing options...
Wanted Posted December 20, 2011 Share Posted December 20, 2011 {=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= function SetRun(Run: Boolean): Boolean; Contributors: Zyt3x, Wanted. Description: Sets run to desired state. Date Created: September 4th, 2011. By Zyt3x. RS2 Build 663. Last Modification: September 26th, 2011. By Wanted. RS2 Build 666. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=} RS2\Core\GameTabs.scar Quote Link to comment Share on other sites More sharing options...
BryceTheCoder Posted December 20, 2011 Author Share Posted December 20, 2011 thanks found it:) buuut another problem i got is my "IsUpText" never works idk y.. I use it after i right click the banker girl NPC and i have: if IsUpText('Bank Banker') then annd it says the text is NOT up.. even though i see it is:/ sooooo help plz?:c Quote Link to comment Share on other sites More sharing options...
Wanted Posted December 20, 2011 Share Posted December 20, 2011 You are looking for chooseoption, and not isuptext. Quote Link to comment Share on other sites More sharing options...
BryceTheCoder Posted December 21, 2011 Author Share Posted December 21, 2011 wait.. no. i have ChooseOptionMulti(['Bank Banker', 'Bank Banker']) and that works perfectly fine but i want like IsUpText also becuase then if i know it right-click somethen wrong and the "Bank Banker" isnt up, then i know to stop script and logout (for a fail safe) Quote Link to comment Share on other sites More sharing options...