| Name | gui |
| Syntax | gui [open <script>/close] |
| Short Description | Opens a GUI script into a GUI or closes a currently open one. |
| Full Description | Opens the GUI script specified as a GUI, or closes a currently open one.
The GUI script must have a panel of any kind as it's element to be opened (which can contain any other elements within it). |
| Related Tags | None
|
| Usage Example | |
| Usage Example | |
| Group | GUI System |
| Source | https://github.com/DenizenScript/Clientizen/blob/master/src/main/java/com/denizenscript/clientizen/scripts/commands/GuiCommand.java#L18 |