Quote:
Originally Posted by Inverness
PHP Code:
this.attr[2] = findnpc("BlooIntercoms").(@ this.intid).message;
or
this.attr[2] = BlooIntercoms.(@ this.intid).message;
You don't put a period inside the parenthesis thingy. You can only do that with makevar().
|
Wrong. I'm using it on multiple places.
TStaticVar() = this.attr[2] = findnpc("BlooIntercoms").(@ this.intid).message
Normal var = this.attr[2] = findnpc("BlooIntercoms").(@ this.intid ".message")