Isaac Clarke Posted March 22, 2010 Posted March 22, 2010 Hi, I was wondering what script I would use to change my appearance to anything I want and back to my original character's appearance?
Holty1-5 Posted March 22, 2010 Posted March 22, 2010 Why not simply create a disgues item that makes you look like a character and then when its not equiped you are your normal PC again
Isaac Clarke Posted March 22, 2010 Author Posted March 22, 2010 Yes, that is one way, but I was thinking of making an appearance band for the character that allows you to change to anything and then back to original.
Dak Drexl Posted March 23, 2010 Posted March 23, 2010 I don't know if this helps or not, but you might find this mod interesting.
Isaac Clarke Posted March 23, 2010 Author Posted March 23, 2010 OK, I'm using notepad to write my .nss script, but there's one problem. Heres what I have so far: ChangeObjectAppearance(-pcnamegoeshere-)nAppearance(i.e. Party_NPC_T3M3) The problem is, I need something to go in place of "-pcnamegoeshere-" that changes any character you selected into the appearance you select from the armband. EDIT:Sorry for double posting. I was going to edit the previous post, but I forgot.
harIII Posted March 23, 2010 Posted March 23, 2010 Your script should look like this: If you want to change somebody Object oNPC = GetTagByObject("tag of npc"); ChangeObjectAppearance(oNPC)nAppearance(i.e. Party_NPC_T3M3) If you want to change the pc Object oPC = GetFirstPC(); ChangeObjectAppearance(oPC)nAppearance(i.e. Party_NPC_T3M3)
Isaac Clarke Posted March 23, 2010 Author Posted March 23, 2010 Than you FINALLY!!! I just needed a script that would change the pc to any appearance!:D:D EDIT: But how would I put the dlg file into the armband uti file?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.