(15 Jun 11, 12:39AM)Bugboy1028 Wrote: Teabagging script.....
It's NOT a good success but.... GOOD checkpoint!
/bind q [crouch ; sleep 200 [crouch] ]
crounch and rise in 200 milliseconds
Working on making it loop repeating
[SELECT ALL] Code:
bind RSHIFT [ crouch;
if (! (checkalias "lastcrouch")) [ lastcrouch = 0 ];
if (< (millis) (+ $lastcrouch 300)) [
say "TEABAGGED"
];
lastcrouch = (millis);
]