Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Each group come with a set of 4 variables with id 0 to 3.

Variables are floating point value.

Each group come with a set of 4 variables with id 0 to 3.

Locals variables are the variables of the current group, they are expressed with a 'v' followed by the variable id (0-3). eg : v0. 

Note

Foreign variables are accessible only if the group name is unique in the manager or in the world.

 

Foreigns variables are variables that come from another group. They are expressed with the group name followed by a colon ':' then followed by a local variable identifier (v). eg : group_1:v2.

...

Tip

It is more common to use an AI Event Action Code with a simple assignment operator, however functionally the accomplish the same end result.

 

Parameters:

<local_variable | foreign_variable> < = | + | - | * | / > <local_variable | foreign_variable | constant_value>