-
Notifications
You must be signed in to change notification settings - Fork 2
Debug Console
Jasdac edited this page Mar 10, 2021
·
3 revisions
The debug console is a way to call methods by typing them into chat. The syntax is: debug <script>, <method>, <arg1>, <arg2>...
Example: debug Gui, 1, "bar", <1,0,1>, <1,1,1> - Creates a bar with the label "bar" on your HUD with pink body color and a white frame.
Refer to the script header files for documentation about their methods.