Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
12
_module/nss/eye_spiderstatue.nss
Normal file
12
_module/nss/eye_spiderstatue.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
void AssignLaugh()
|
||||
{
|
||||
ActionPlayAnimation(ANIMATION_LOOPING_GET_MID, 1.0, 60.0);
|
||||
}
|
||||
void main()
|
||||
{
|
||||
effect eEffect = EffectPetrify();
|
||||
DelayCommand(15.0, AssignLaugh());
|
||||
DelayCommand(17.0, SetPlotFlag(OBJECT_SELF, FALSE));
|
||||
DelayCommand(17.5, ApplyEffectToObject(DURATION_TYPE_PERMANENT, eEffect, OBJECT_SELF));
|
||||
DelayCommand(18.0, SetPlotFlag(OBJECT_SELF, TRUE));
|
||||
}
|
||||
Reference in New Issue
Block a user