Set slot slow
From Unofficial QEdit Wiki Guide
Contents
Syntax
Syntax: set_slot_slow register
- register = Reserved register 250 for players slot number.
Use
Used to inflict slow status on the player(s).
Example
100: get_slotnumber R250 //gets the players slot number and stores it in register 250.
set_slot_slow R250 //Inflicts slow status on the player(s).
ret