Quote:
|
Originally Posted by Rick
temp.?
|
Function parameters are temp. variables, you can call a variable temp.something to make it only work in the current function body or if you want to do a recursive function.
Quote:
|
Originally Posted by Rick
In TorqueScript you have %local, and $global variables.
|
In Graal script % is an operator (modulus), and like I said it is needed for compatibility so that the old Graal scripts work the same.