Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

NPC Appearence

Page: 1 of 1
 Darth Balor
06-20-2007, 11:49 AM
#1
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
 Master Zionosis
06-20-2007, 11:53 AM
#2
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.
 Darth Balor
06-20-2007, 2:12 PM
#3
when kreia leaves and tells the handmaidens atris wants to see them.
 Master Zionosis
06-20-2007, 2:38 PM
#4
You need to fire the script in a module where Atris is in, if Atris is not present in the module when the script is fired the appearance change will not apply.
 Darth Balor
06-20-2007, 3:37 PM
#5
Ok understood
Page: 1 of 1