Here's part of my method that i need explanation on how to use it properly and what it truly does (api wasn't helping me)
Character.interact("Cross","Wilderness Ditch",true,20,true,true);
Cant make static reference to non static method
I thought this method im calling will interact with the object using that option if its within 20 squares away and will move the camera pitch if necessary.
Can someone please explain how to do this properly?
Also side note - Is there a method for toggling run or do i have to hard code mouse points and such?
Thanks! - Caseywyka
(credit for help will be left in script when done)