Added NWN Dark Sun module contents
Added NWN Dark Sun module contents.
This commit is contained in:
9
nwnds_module/ar_d0_headchngr.nss
Normal file
9
nwnds_module/ar_d0_headchngr.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
void main()
|
||||
{
|
||||
object oModel = OBJECT_SELF;
|
||||
object oPC = GetPCSpeaker();
|
||||
int nModelNumber = GetLocalInt(oModel,"AR_CURRENT_HEAD");
|
||||
|
||||
SetCreatureBodyPart(CREATURE_PART_HEAD, nModelNumber, oPC);
|
||||
|
||||
}
|
Reference in New Issue
Block a user