Set slot confuse
From Unofficial QEdit Wiki Guide
Revision as of 08:10, 30 April 2013 by Japanaman2 (Talk | contribs)
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