Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
7
_module/nss/wa_destroydoor.nss
Normal file
7
_module/nss/wa_destroydoor.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
void main()
|
||||
{
|
||||
int UEvent = GetUserDefinedEventNumber();
|
||||
|
||||
if (UEvent == 4001)
|
||||
ApplyEffectToObject(DURATION_TYPE_INSTANT, EffectDeath(), OBJECT_SELF);
|
||||
}
|
||||
Reference in New Issue
Block a user