Shargast_PRC8/_module/Chapter 1/nss/zep_shrieker_dmg.nss

11 lines
215 B
Plaintext
Raw Normal View History

2024-08-03 14:13:18 -04:00
void main()
{
effect eVis3 = EffectVisualEffect(VFX_COM_BLOOD_REG_GREEN);
location lShrieker = GetLocation(OBJECT_SELF);
{
ApplyEffectAtLocation(DURATION_TYPE_INSTANT,eVis3,lShrieker);
}
}