scriptjen

so basicly i suck at scripting, i really do
i only need this

when i press mouse4 it execs one script, when i press it a second time it execs another script, then the first one again, etc etc

tnx in advance
Comments
17
its a toogle ^^
i need an lagscript pm me here:(
just rebind mouse4 as the last line of each script
set pauser0 "pause; echo ^0-^7PAUSE; set pauser vstr pauser1"
set pauser1 "unpause; echo ^0-^7UNPAUSE; set pauser vstr pauser0"
set pauser "vstr pauser0"
bind P "vstr pauser"
bind mouse4 "vstr niggerscript"
set blackguy1 "exec piemel.cfg; set niggerscript vstr wigger1"
set wigger1 "exec kevinislelijk.cfg; set niggerscript vstr blackguy1"
set niggerscript "vstr blackguy1"

hf
bind mouse4 "vstr script1"
set script1 "exec script1.cfg; bind mouse4 vstr script2"
set script2 "exec script2.cfg; bind mouse4 vstr script1"
set script0 "exec script1.cfg;echo script1 loaded; set script vstr script1"
set script1 exec script2.cfg; echo script2 loaded; set script vstr script0"
set script "vstr script0"
bind x "vstr script"


make a cfg named script1.cfg and put the first script in it and put it into etmain, and do the same for 2nd script (there are other ways too, but i dont know which scripts you want so...)
etmain imo
Parent
maybe if you don't play etpro
Parent
all my scripts are in etmain and they work
Parent
thats cause you don't play etpro, i guess :o
Parent
works in etmain aswell
Parent
javascript? asp? php?
Back to top