Quote:
Originally Posted by Mark Sir Link
just a habit I have from other languages, it seems bizarre to me to just immediately use an object without defining it.
I also don't get any RC error like that.
|
Does UN have error reporting (at runtime) logging to RC? Check that the "logscripterrorstofile" server option is false.
Arrays aren't objects any more than a normal string or number, defining it like that is just silly, not to mention wrong.
Quote:
|
Originally Posted by scripthelp
TGraalVar - object type, cannot be created by script
|
Would you do
PHP Code:
temp.gravity = new TGraalVar();
temp.gravity = 3;
?