Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
10
nwn_dark_sun/ar_d0_firsthead.nss
Normal file
10
nwn_dark_sun/ar_d0_firsthead.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
void main()
|
||||
{
|
||||
// Find current Head model
|
||||
int nModel = GetLocalInt(OBJECT_SELF, "AR_CURRENT_HEAD");
|
||||
// Reset to 1
|
||||
nModel = 1;
|
||||
SetLocalInt(OBJECT_SELF, "AR_CURRENT_HEAD", nModel);
|
||||
SetCreatureBodyPart(CREATURE_PART_HEAD,nModel,OBJECT_SELF);
|
||||
}
|
||||
|
Reference in New Issue
Block a user