Barebones function 221

From Unofficial QEdit Wiki Guide
Jump to: navigation, search

Barebones function 221

Function 221: 221:

  • Function 221 = Exits cinematic mode and returns controls to the player(s).

Exits cinematic mode and returns controls to the player(s)

Exits cinematic mode and returns controls to the player(s).

Barebones function 221 = Function 221 exits cinematic mode and returns controls to the player(s).

Use

Function 221 exits cinematic mode and returns controls to the player(s).

How the function appears in the script


221:     cam_zmout  //Returns the cameras zoom level to normal.
         cine_disable  //Gets rid of the black bars at the top and bottom of the screen.
         hud_show  //Displays the heads up display.
         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

cam_zmout, cine_disable, hud_show, enable_movement1,

p_action_enable, ret, Barebones function 220