Difference between revisions of "Barebones function 220"
From Unofficial QEdit Wiki Guide
Japanaman2 (Talk | contribs) |
Japanaman2 (Talk | contribs) |
||
Line 2: | Line 2: | ||
''Function 220:'' <span style='font-size:12px;font-family:courier'><span style='color:blue'>220:</span></span> | ''Function 220:'' <span style='font-size:12px;font-family:courier'><span style='color:blue'>220:</span></span> | ||
− | * ''Function 220'' Cinematic player stops. | + | * ''Function 220'' = Cinematic player stops. |
==Cinematic player stops== | ==Cinematic player stops== |
Latest revision as of 07:54, 19 April 2013
Contents
Barebones function 220
Function 220: 220:
- Function 220 = Cinematic player stops.
Cinematic player stops
Stops the players movements and actions and enables cinematic mode.
Barebones function 220 = Function 220 Stops the players movements and actions and enables cinematic mode.
Use
Function 220 Stops the players movements and actions and enables cinematic mode.
How the function appears in the script
220: 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.
hud_hide //Removes the heads up display.
cine_enable //Enters cinematic mode black bars at the top and bottom of the screen.
cam_zmin //Zooms in the camera slightly.
ret