Barebones function 220
From Unofficial QEdit Wiki Guide
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