Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
6
nwn_dark_sun/at_worship.nss
Normal file
6
nwn_dark_sun/at_worship.nss
Normal file
@@ -0,0 +1,6 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
AssignCommand ( oPC, ActionPlayAnimation (ANIMATION_LOOPING_WORSHIP, 1.0, 4000.0));
|
||||
AdjustAlignment(oPC,ALIGNMENT_LAWFUL,5);
|
||||
}
|
Reference in New Issue
Block a user