Quote:
Originally Posted by xXziroXx
Wrong.
|
Not at all. Let's assume that client.var holds the string "-System", the name of the weapon npc (let's also assume that weapon npc exists). You could then either do:
PHP Code:
( @ "-System").func();
or:
PHP Code:
( @ client.var).func();