I'm trying to make a simple script, but cannot get the sleep to work..
P.S: I have scar version 3.06 and i'm trying to let this script work on rscCode:program boneburrier; procedure bury; begin MoveMouse(232,154); wait(5000); sleep(7) end; begin repeat bury; until(false); end.


Reply With Quote











