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