Amon_PRC8/_module/nss/kryxleaves.nss

8 lines
446 B
Plaintext
Raw Permalink Normal View History

2025-04-03 19:00:46 -04:00
void main()
{
ActionSpeakString("Celebrate not this victory.. for you cannot destroy me.. This only hastens my plans.. follow me to the Abyss if you dare! Soon I will be more powerful then you have ever imagined.. and I will have no mercy for your souls.", TALKVOLUME_TALK);
location lTarget = GetLocation(OBJECT_SELF);
effect eExplode = EffectVisualEffect(464);
ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eExplode, lTarget);
}