Lankhmar_PRC8/_module/nss/hb_glow_green.nss

9 lines
206 B
Plaintext
Raw Permalink Normal View History

2025-04-03 12:54:47 -04:00
void main()
{
if(!(GetLocalInt(OBJECT_SELF, "Fired") == 1))
{
SetLocalInt(OBJECT_SELF, "Fired", 1);
ApplyEffectToObject(2, SupernaturalEffect(EffectVisualEffect(415)), OBJECT_SELF);
}
}