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