It'd be cool if we could do something like..
PHP Code:
function onCreated() {
TServerPlayer.test = function () {
echo(this.account);
};
for (a: allplayers) a.test(); // Result: RC Spammed with Accounts
}
I guess the above doesn't really apply here but being able to extend functionality of a built-in Graal class/object without joining a class would be cool.