Difference between revisions of "Gui"
Jump to navigation
Jump to search
(Created page with "<code>gui</code> - Set graphical user interface loading preference. == Description == Set graphical user interface loading preference for capable game clients, like Mudlet. {...") |
m (→Description) |
||
Line 11: | Line 11: | ||
|Toggle loading of graphical user interface. | |Toggle loading of graphical user interface. | ||
|- | |- | ||
− | |<code>gui</code> | + | |<code>gui</code> on |
|Enable loading of graphical user interface. | |Enable loading of graphical user interface. | ||
|- | |- | ||
− | |<code>gui</code> | + | |<code>gui</code> off |
|Disable loading of graphical user interface. | |Disable loading of graphical user interface. | ||
|} | |} |
Latest revision as of 17:44, 30 October 2021
gui
- Set graphical user interface loading preference.
Description
Set graphical user interface loading preference for capable game clients, like Mudlet.
Command | Description |
---|---|
gui
|
Toggle loading of graphical user interface. |
gui on
|
Enable loading of graphical user interface. |
gui off
|
Disable loading of graphical user interface. |
Examples
> gui on Client graphical user interface loading is now on. > gui off Client graphical user interface loading is now off. > gui Client graphical user interface loading is now on. > gui Client graphical user interface loading is now off.