Drift Script
Introduction
DriftScript is the official scripting language of Drift Wars!
DriftScript allows you to create custom game logic for both melee and custom maps.
It is intended for people who already have good knowledge of other scripting languages such as Python.
If you are new to programming and want to start programming in DriftScript, it is recommended you
visit Python 3 and learn Python first, as it is probably easier
to learn due to more learning material, and quicker feedback loops.
Technical
DriftScript is a modified version of Squirrel 3.2 language.
Please refer to the language reference manual here:
http://squirrel-lang.org/squirreldoc/reference/language.html
Additions to squirrel and/or things you might want to know..
inttypes are signed 64-bitfloattypes modified to be a 64-bitQ31.32fixed point types- more type information at scalar-types
- encoding
utf-8 Squirrel Standard Libraryis not supported