Disable mainmen

From Unofficial QEdit Wiki Guide
Jump to: navigation, search

Syntax

Syntax: disable_mainmen

  • None

Use

Makes it so the player(s) can not bring up the main menu, and the quick swap menu.

Note: To re-enable the ability to bring up the main menu, and the quick swap menu use enable_mainmenu.

Example


100:     disable_mainmen  //Disables the ability to bring up both the main menu and the quick swap menu.
         ret 
101:     enable_mainmenu  //Re-enables the ability to bring up both the main menu and the quick swap menu.
         ret 

Also see

disable_mainmen, ret, enable_mainmenu