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