Difference between revisions of "Barebones function 222"
From Unofficial QEdit Wiki Guide
Japanaman2 (Talk | contribs) |
(No difference)
|
Revision as of 01:49, 19 April 2013
Contents
Barebones function 222
Function 222: 222:
- Function 222 player stops.
player stops
Stops the players movements and actions.
Barebones function 222 Function 222 Stops the players movements and actions.
Use
Function 222 Stops the players movements and actions.
How the function appears in the script
222: p_action_disable //Disables the players attacks and techniques.
disable_movement1 00000000 //Makes the red gem player unable to walk/run.
disable_movement1 00000001 //Makes the green gem player unable to walk/run.
disable_movement1 00000002 //Makes the yellow gem player unable to walk/run.
disable_movement1 00000003 //Makes the blue gem player unable to walk/run.
ret
Also see
p_action_disable, disable_movement1, ret, Barebones function 223