Darth Balor Posted June 20, 2007 Share Posted June 20, 2007 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 More sharing options...
Master Zionosis Posted June 20, 2007 Share Posted June 20, 2007 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 More sharing options...
Darth Balor Posted June 20, 2007 Author Share Posted June 20, 2007 when kreia leaves and tells the handmaidens atris wants to see them. Link to comment Share on other sites More sharing options...
Master Zionosis Posted June 20, 2007 Share Posted June 20, 2007 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. Link to comment Share on other sites More sharing options...
Darth Balor Posted June 20, 2007 Author Share Posted June 20, 2007 Ok understood Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.