Barebones function 222

From Unofficial QEdit Wiki Guide
Revision as of 07:55, 19 April 2013 by Japanaman2 (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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