Creation/Dev/GScript

From Graal Bible
Revision as of 07:50, 1 July 2004 by Ben (talk | contribs) (Yey, finally some entry.)

GScript is Graal's scripting language.

Its syntax and some of its semantics might seem familiar to those who program in C or derived languages, although it lacks some of the expressivity of a real programming language and has special constructs that make programming Graal NPCs easier.

GScript started as a very limited language 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 is soon to be replaced by a new version that is rather advanced, in some way object oriented, and thanks to influence from Torque's scripting language, less brain-damaged in some aspects. No offense.