Difference between revisions of "Version 3 Scripts"

From Pokémon 3D Wiki
Jump to navigation Jump to search
(Created page with "<nowiki>{{Disambig}}</nowiki> == Introduction == Construct scripts is a new actionscript for Pokémon 3D which allows GameMode developer to create script more efficiently.")
 
m
 
Line 2: Line 2:


== Introduction ==
== Introduction ==
Construct scripts is a new actionscript for Pokémon 3D which allows GameMode developer to create script more efficiently.
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.<br />
Constructs are functions that returns a value in the game.
 
Commands are written as @command.subcommand.<br />
Constructs are written as <construct.subconstruct>.

Latest revision as of 21:58, 11 February 2017

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