Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
14
_module/nss/zep_shrieker_dth.nss
Normal file
14
_module/nss/zep_shrieker_dth.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
void main()
|
||||
{
|
||||
effect eVis1 = EffectVisualEffect(VFX_FNF_GAS_EXPLOSION_NATURE);
|
||||
effect eVis2 = EffectVisualEffect(VFX_COM_CHUNK_GREEN_SMALL);
|
||||
location lShrieker = GetLocation(OBJECT_SELF);
|
||||
|
||||
{
|
||||
DestroyObject(OBJECT_SELF,0.0);
|
||||
ApplyEffectAtLocation(DURATION_TYPE_INSTANT,eVis1,lShrieker);
|
||||
ApplyEffectAtLocation(DURATION_TYPE_INSTANT,eVis2,lShrieker);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user