I need help with this script.
#1
// alias quittintime [me *pushes RAGE QUIT BUTTON*] [echo 3; sleep 1000 [echo 2]; sleep 2000 [echo 1]; sleep 3000 [disconnect]]

How do i execute it? Or bind it?
Thanks given by:
#2
not the man for the job but i think this...
/Bind * [alias quittintime [me *pushes RAGE QUIT BUTTON*] [echo 3; sleep 1000 [echo 2]; sleep 2000 [echo 1]; sleep 3000 [disconnect]]]

change * to your prefered key
Thanks given by:
#3
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?
alias quittintime [
say RAGEQUIT
sleep 1000 [say 3]
sleep 2000 [say 2]
sleep 3000 [say 1]
sleep 4000 [disconnect]
]

bind * [quittintime]
Thanks given by:
#4
yes V-man i want to press for example f7 and it counts down 3 2 1 disconnect

I tried it in-game
alias quittintime [
say RAGEQUIT
sleep 1000 [say 3]
sleep 2000 [say 2]
sleep 3000 [say 1]
sleep 4000 [disconnect]
]

bind f7 [quittintime]

it says unknowncommand quitintime
Thanks given by:
#5
It's quittintime (two t's).
Thanks given by:
#6
(30 Jan 11, 08:08PM)Gibstick Wrote: It's quittintime (two t's).

alias quittintime [
say RAGEQUIT
sleep 1000 [say 3]
sleep 2000 [say 2]
sleep 3000 [say 1]
sleep 4000 [disconnect]
]

bind * [quittintime]

It is two tt's i just misspelled it in the error.
Thanks given by:
#7
@MykeGregory, You need to learn cubescript ;) You always want to answer!
Neon, copy and paste that code into your autoexec and then it will work.
Thanks given by:
#8
(30 Jan 11, 08:27PM)Ronald_Reagan Wrote: @MykeGregory, You need to learn cubescript ;) You always want to answer!
Neon, copy and paste that code into your autoexec and then it will work.

i like helping out...even if it is useless rubbish :)

Thanks given by:
#9
which one there three
Thanks given by:
#10
(30 Jan 11, 09:50PM)|AMP|Neon Wrote: which one there are three
I think you mean?
Paste V-Mans code into your autoexec.cfg
Thanks given by:
#11
gotcha
Thanks given by:
#12
This is fun
Thanks given by: