Ah, no wonder I had that array problem that time, oh well, it can be easily be fixed.
PHP Code:
function onCreated() {
temp.rawr = 0;
rawr = 3;
echo("1:" @ rawr);
echo("2:" @ temp.rawr);
}
Returns 3 in both cases, problem solved.
Edit:
It doesn't look pretty anymore though
