Jump to content

How To: Changing Race?


Domi

Recommended Posts

I'd like to change race on a joinable NPC - from an existing playable race to an existing playable race as a plot device (ie human to elf), so I sort of know that I can do a spell that will change portrait and animation. What about the paperdoll and the string itself that defines the race? IWD2 coding environment (sigh).

 

Thank you in advance!

Link to comment
I'd like to change race on a joinable NPC - from an existing playable race to an existing playable race as a plot device (ie human to elf), so I sort of know that I can do a spell that will change portrait and animation. What about the paperdoll and the string itself that defines the race? IWD2 coding environment (sigh).

 

Thank you in advance!

 

1. 155 ChangeRace() action, should work

2. opcode 72 should work too (even if it seems to have an odd description)

param 1 : elf (from race.ids)

param 2 : 2 (race)

Link to comment

Archived

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

×
×
  • Create New...