Two questions, is a proper/safe way for pressing and releasing Space bar
Simba Code:KeyDown( GetKeyCode(' ') );
Wait(blah);
KeyUp( GetKeyCode(' ') );
Secondly, if I call
excessively (basically meaning, if I never told script to KeyDown, but tell script to KeyUp, will that even go though/will it look weird on RS?Simba Code:KeyUp( GetKeyCode(' ') );










Reply With Quote

Gotcha, thanks!

