Difference between revisions of "Barebones function 222"

From Unofficial QEdit Wiki Guide
Jump to: navigation, search
 
Line 2: Line 2:
 
''Function 222:'' <span style='font-size:12px;font-family:courier'><span style='color:blue'>222:</span></span>
 
''Function 222:'' <span style='font-size:12px;font-family:courier'><span style='color:blue'>222:</span></span>
  
* ''Function 222'' player stops.
+
* ''Function 222'' = Player stops.
  
 
==Player stops==
 
==Player stops==
 
Stops the players movements and actions.
 
Stops the players movements and actions.
  
[[Barebones function 222]] Function 222 Stops the players movements and actions.
+
[[Barebones function 222]] = Function 222 Stops the players movements and actions.
  
 
==Use==
 
==Use==

Latest revision as of 07:55, 19 April 2013

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