Menu

ToggleSlowMo

Benjamin

This command toggles the slow-motion effect.
Syntax:
ToggleSlowMo

Example:
:State=1,KeyPressed=20 1:ToggleSlowMo

Code reference:
case AIACTSLOWMOTOGGLE:
//if timer()>SlowMoSwitchTimer+500
if SlowMotion=0
SlowMotion=1
else
SlowMotion=0
endif
//SlowMoSwitchTimer=timer()
//endif
endcase


Related

Wiki: Commands