Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
13
_module/nss/dro_priest_pray.nss
Normal file
13
_module/nss/dro_priest_pray.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "nw_i0_generic"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oCreature = GetEnteringObject();
|
||||
string sCreatureTag = GetTag(oCreature);
|
||||
if (sCreatureTag == "DrowPriestess")
|
||||
{
|
||||
AssignCommand(oCreature, ClearAllActions());
|
||||
DelayCommand(1.0, AssignCommand(oCreature, ActionPlayAnimation(ANIMATION_LOOPING_MEDITATE, 1.0, 18.0)));
|
||||
DelayCommand(24.0, AssignCommand(oCreature, WalkWayPoints()));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user