Files
HeroesStone_PRC8/_module/nss/zep_shrieker_dmg.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

11 lines
215 B
Plaintext

void main()
{
effect eVis3 = EffectVisualEffect(VFX_COM_BLOOD_REG_GREEN);
location lShrieker = GetLocation(OBJECT_SELF);
{
ApplyEffectAtLocation(DURATION_TYPE_INSTANT,eVis3,lShrieker);
}
}