Quote:
Originally Posted by xXziroXx
I reccon this should do the trick for that line in question..
NPC Code:
this.attr[2] = findnpc("BlooIntercoms").(@this.intid @ ".message")
|
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().