Amon_PRC8/_module/nss/kryxleaves.nss
Jaysyn904 c5cffc37af Initial Commit
Initial Commit [v1.01]
2025-04-03 19:00:46 -04:00

8 lines
446 B
Plaintext

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);
}