Alright.... Let's see what we have!
NPCServer updates(6)
http://forums.graalonline.com/forums...ad.php?t=60137
This brings to the attention of clientside joins.
Stefan says security risk. I say more powerful engine.
PHP Code:
...
item = new TStaticVar();
item.join("iobj");
item.setup( 1 );
...
This, clientside, can be used as something VERY useful for clientside item management. There IS a security risk, but is Stefan's md5sum checks are good, then it should crash the client if they do hamper the scripts.
But! You can make a join function that LIMITS the join CLASSES only to classes in 'clientjoin' Server Options. This would add power to the scripting engine (having variables as classes), AS WELL AS having a secure system.
E.G.:
PHP Code:
clientjoin=door,items,trees