Quote Originally Posted by John Limlao View Post
Ah yes, good question

here, 3000 = 3 seconds delay if you want 2 second, its 2000.

So just analyze the script and you'll understand it.

Example

Numpadsub::
SendInput t/me takes out a bandana from his left pocket{Enter}
Sleep 3000
SendInput t/me attempts to blindfold him using a bandana{Enter}t/do Succeed/Failure? S/F? Auto S if no response{Enter}
Sleep 3000
SendInput t/me sucks BLAH BLAH
Sleep 3000
return

I'll be updating about this Sleep thing.
Thanks for the tip.