Jump to content

Home

NPC Appearence


Darth Balor

Recommended Posts

I've been trying to get atris to change her appearence to look like kreia (don't ask why) after kreia talks to her and leaves for MV, but i can't get it to work. Can someone tell me what i need to do.

 

Here is the script i'm using:

void main()
{  
 	      object oNPC = GetObjectByTag("Atris");
 	      ChangeObjectAppearance(oNPC, 455);
}

 

i attached it to the dialoge where kreia leaves

Link to comment
Share on other sites

There's nothing wrong with the script itself, but the problem your having might be that Atris isn't within 10 (i think) meters and won't work, i had that problem, but that was before i changed the script, so that might not be the problem.

 

EDIT: Ohh i just read your last bit of text i missed before.

 

Well the reason why it isn't working is because Atris isn't in that module, you would need to apply the script in a module where Atris is.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...