Initial Upload
Initial Upload
This commit is contained in:
18
_module/nss/ba2_orbdamk.nss
Normal file
18
_module/nss/ba2_orbdamk.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
void main()
|
||||
{
|
||||
|
||||
if(GetLocalInt(OBJECT_SELF, "DEATH") == 1)
|
||||
|
||||
{
|
||||
|
||||
object oStupid = GetLastDamager(OBJECT_SELF);
|
||||
|
||||
effect eStupid = EffectDeath();
|
||||
effect eVisual = EffectVisualEffect(VFX_FNF_PWKILL);
|
||||
|
||||
ApplyEffectToObject(DURATION_TYPE_INSTANT, eStupid, oStupid);
|
||||
ApplyEffectToObject(DURATION_TYPE_INSTANT, eVisual, oStupid);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user