Thread: Script errors
View Single Post
  #13  
Old 04-07-2008, 04:01 AM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Quote:
Originally Posted by xXziroXx View Post
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().
__________________
Reply With Quote