Heres a list of Functuions that allow you to create/open the menu:
newgui - Format:
Code: Select all
newgui "Name" [
showgui - Format:
Code: Select all
[showgui "Name"]
cleargui - Format:
Code: Select all
cleargui
Heres a list of known and used commands and what they do:
guitext - Format:
Code: Select all
guitext "text"
guibutton - Format:
Code: Select all
guibutton "name" [function] icon
guibar - Format:
Code: Select all
guibar
guilist - Format:
Code: Select all
guilist [
]
guitab - Format:
Code: Select all
guitab "Title"
guistayopen - Format:
Code: Select all
guistayopen [
guititle - Format:
Code: Select all
guititle "Title"
guiimage - Format:
Code: Select all
guiimage "location" *size*
guicheckbox - Format:
Code: Select all
guicheckbox "name" *function*
guilistslider - Format:
Code: Select all
guilistslider *function* "range"
guifield - Format:
Code: Select all
guifield *function* -"textrange"
Heres a list of commands that allow certain functions to be used:
sp - Format:
Code: Select all
[sp "mapname"]
exec - Format:
Code: Select all
[exec "*code_location/code_name*.cfg"]
movie - Format
Code: Select all
[movie $movname]
*continue list*