NWNDS/nwnds_module/ar_d0_headchngr.nss
Jaysyn904 de24f81734 Added NWN Dark Sun module contents
Added NWN Dark Sun module contents.
2021-07-12 21:24:46 -04:00

10 lines
194 B
Plaintext

void main()
{
object oModel = OBJECT_SELF;
object oPC = GetPCSpeaker();
int nModelNumber = GetLocalInt(oModel,"AR_CURRENT_HEAD");
SetCreatureBodyPart(CREATURE_PART_HEAD, nModelNumber, oPC);
}