30 Jan 11, 11:21AM
uh
maybe give us a little more info on what you're trying to do?
You push the button and it counts down til disconnect?
maybe give us a little more info on what you're trying to do?
You push the button and it counts down til disconnect?
[SELECT ALL] Code:
alias quittintime [
say RAGEQUIT
sleep 1000 [say 3]
sleep 2000 [say 2]
sleep 3000 [say 1]
sleep 4000 [disconnect]
]
bind * [quittintime]