Version 3 Scripts

From Pokémon 3D Wiki
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>.