Disable Inventory button?

Started by , Thu 12/06/2003 00:48:27

Previous topic - Next topic

Cheeseravioli

Hi, how can I disable the Inventory button on the GUI, so the window can't be opened during the title screen? Thanks.

Scummbuddy

In the room interactions of before char enters room, place
------------------------------------------
GUIOff
GUIOff (int gui_number)

Turns GUI number GUI_NUMBER off. It will no longer appear on the screen (or, if it is a pop-up GUI, it cannot be popped up).
Example:

GUIOff(2);

will turn GUI 2 off .
NOTE: This function used to be called InterfaceOff but has now been renamed to avoid confusion.

See Also: GUIOn

-------------------------
- Oh great, I'm stuck in colonial times, tentacles are taking over the world, and now the toilets backing up.
- No, I mean it's really STUCK. Like adventure-game stuck.
-Hoagie from DOTT

Cheeseravioli

Thanks for the help, I appreciate it. :)

SMF spam blocked by CleanTalk