Creation/Dev/GScript: Difference between revisions
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
* [[Creation/Dev/Script/Client|Script Functions: Client]] (including info on GUI controls) | * [[Creation/Dev/Script/Client|Script Functions: Client]] (including info on GUI controls) | ||
* [[Creation/Dev/Script Functions: NPC Server|Script Functions: NPC Server]] | * [[Creation/Dev/Script Functions: NPC Server|Script Functions: NPC Server]] | ||
'''IRC Functionality''' | '''IRC Functionality''' |
Revision as of 12:49, 27 January 2006
GScript is Graal's scripting language.
Its syntax and some of its semantics might seem familiar to those who program in C or Java. In some ways it is more dynamic, e.g. supporting dynamicly joining and leaving of classes, and brings support for easy management of online game content.
GScript started as a very limited language (Old GScript) and has since kept up with improvements to the game engine and can now be used for pretty sophisticated scripts that greatly customise the gaming experience.
It is used, with minor differences, for Clientside tasks like GUI programming, special effects with nifty 3d lighting and custom NPC Weapons or "engines", and Serverside systems like player housing, complex baddies or pets.
GScript can be discussed in the GScript IRC channel.
In your scripting quest, you may find the following articles to be of use:
Starting Guide
Script Functions (to get the latest list run Graal with the -listscriptfunctions option)
- Script Functions: Client (including info on GUI controls)
- Script Functions: NPC Server
IRC Functionality
- Graal IRC Scripting: Graal v4 IRC Scripting Reference
- Graal IRC Scripting: Troubleshooting Scripting Reference
New-Engine Specific
- Graal v4 Particle Engine
- GS1 To GS2: Guide for fixing scripts to work with the new engine
- GS2 Features: Effective ways to use classes
Index of all script-related articles