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
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.
when kreia leaves and tells the handmaidens atris wants to see them.
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.