[Command] openMenu
Posted: Sat Nov 13, 2021 10:18 am
openMenu(type)
USE:
For opening different menu.
PARAMETERS:
CharGen: For editing character
Stat: For statistics
Inventory: For inventory
ModManager: For opening the mod manager
TYPE: Command
RETURNS: /
THEME:
COMPARE:
EXAMPLE:
USE:
For opening different menu.
PARAMETERS:
CharGen: For editing character
Stat: For statistics
Inventory: For inventory
ModManager: For opening the mod manager
TYPE: Command
RETURNS: /
THEME:
COMPARE:
EXAMPLE:
Code: Select all
openMenu(Stat)
openMenu(Inventory)
openMenu(ModManager)