scriptjen
•
18 Jun 2007, 13:52
•
Journals
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
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
set pauser1 "unpause; echo ^0-^7UNPAUSE; set pauser vstr pauser0"
set pauser "vstr pauser0"
bind P "vstr pauser"
set blackguy1 "exec piemel.cfg; set niggerscript vstr wigger1"
set wigger1 "exec kevinislelijk.cfg; set niggerscript vstr blackguy1"
set niggerscript "vstr blackguy1"
hf
set script1 "exec script1.cfg; bind mouse4 vstr script2"
set script2 "exec script2.cfg; bind mouse4 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...)