Quote:
Originally Posted by Tricxta
Is there any website that contains all the commands available to use in GS2? And Gscript wiki isnt it, it contains the basics and only the basics, nothing like how to disable the chat bar or something obscure. Or is everything just thrown around everywhere and is a complete mess?
|
GScript is object-oriented, so you want to get away from thinking of it as command-based. To disable the chat bar, you need to act on its GUI object, named
ChatBar.
There is a list of server functions
here, and a list of client functions
here. These are not completely up-to-date, so use scripthelp as well.