Quote Originally Posted by Criminal View Post
Yo, zappa, does Morpheus interpreter care about ";"?

Also if you could explain what this line do, because I'm not so sure that I can go to other languages for explanation.

local.bounds = local.lower::local.upper;
yes, if you want to do something like this

local.r = 0; local.g = 1; local.b = 1;
$world farplane_color ( local.r local.g local.b );


although they are not necessary at the end of the line.
and i like to follow Sor's scripting style xD


Script Files.txt from Mohaatools says:
Code:
1) Constant array
Created by expression of the form entry_1::entry_2::entry_3:: ... :: entry_n
Constant arrays start their indexing at 1.
Once created a constant array can not be changed but it can be read for its values.