
|
Local is the most common symbol extension. It shows that a variable is local to its cog and is not given a value in the level's .jkl file. This doesn't mean that if you leave out the local, the variable will be global and accessible to all cogs.
If a symbol does not have the local extension and its cog is defined in the cogs section of a JKL, then the symbol can be given an initial value from the JKL (explained below). Syntax:
int integer local