Difference between revisions of "Barebones function 223"

From Unofficial QEdit Wiki Guide
Jump to: navigation, search
(No difference)

Revision as of 01:54, 19 April 2013

Barebones function 223

Function 223: 223:

  • Function 223 Returns controls to the player(s).

Returns controls to the player(s)

Returns controls to the player(s).

Barebones function 223 Function 223 Returns controls to the player(s).

Use

Function 223 Returns controls to the player(s).

How the function appears in the script


223:     enable_movement1 00000000 //Lets the red gem player walk and run again.
         enable_movement1 00000001 //Lets the green gem player walk and run again.
         enable_movement1 00000002 //Lets the yellow gem player walk and run again.
         enable_movement1 00000003 //Lets the blue gem player walk and run again.
         p_action_enable  //Lets the players use attacks and techniques again.
         ret 

Also see

enable_movement1, p_action_enable, ret, Barebones function 222