Difference between revisions of "Barebones function 223"

From Unofficial QEdit Wiki Guide
Jump to: navigation, search
 
 
Line 2: Line 2:
 
''Function 223:'' <span style='font-size:12px;font-family:courier'><span style='color:blue'>223:</span></span>
 
''Function 223:'' <span style='font-size:12px;font-family:courier'><span style='color:blue'>223:</span></span>
  
* ''Function 223'' Returns controls to the player(s).
+
* ''Function 223'' = Returns controls to the player(s).
  
 
==Returns controls to the player(s)==
 
==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).
+
[[Barebones function 223]] = Function 223 Returns controls to the player(s).
  
 
==Use==
 
==Use==

Latest revision as of 07:55, 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