Version 3 Scripts

From Pokémon 3D Wiki
Revision as of 21:58, 11 February 2017 by Jianmingyong (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

{{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>.