0 Members and 1 Guest are viewing this topic.
Count (_Speed-[0,0,0])
say i wanted a script to set dammage 1 one guy say m1then make another guy m2 go prone "setunitpos"then wait until a third guy m3 has started moving using speed.and once the third guy has started moving the script will setdammage 1, one last man, m4
?(speed _man) >0.1 : goto "loop"
#loop?(speed _man) >0.1 : goto "loop"hint "The unit is stationary"
#checkloop~1?((speed _man) =< 0.1): Goto "checkloop"hint "The unit is no longer substantially stationary"goto "loop"
@ (speed _man >0.1)goto "loop"