Quote:
|
Originally Posted by Tom
In various cases, it has been a pain to rewrite a long line such as
player.clientr.item.worn.bigshoes.dynamic
|
PHP Code:
with(player.clientr.item.worn.bigshoes) {
dynamic = {5, "HEHE"};
static = ":O!";
}
Although yes, pointers would be nice to have.