Version 3 Scripts
Revision as of 21:58, 11 February 2017 by Jianmingyong (talk | contribs)
{{Disambig}}
Introduction
Version 3 scripts were started in version 0.55. Any script in Version 3 must have "version=3" as the first line of the script.
Commands are procedures that tells the game what to do.
Constructs are functions that returns a value in the game.
Commands are written as @command.subcommand.
Constructs are written as <construct.subconstruct>.