⇐ Index ⇐ Timers
SetTimer3(<-amt)
Sets the current value of timer 3. Timers are set to some value, and then decrease by 1 each game frame.
if (GetTimer3 eq0) SetCreeper(GetUnitCell(self) 5 false) SetTimer3 (30) endif
⇐ Index