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

9 lines
400 B
Plaintext

void main()
{
ActionSpeakString("Now I become more powerful then you have ever imagined! A new age is dawning.. and I will take your souls as my servants!", TALKVOLUME_TALK);
ActionCastFakeSpellAtObject(SPELL_EPIC_HELLBALL , OBJECT_SELF, PROJECTILE_PATH_TYPE_DEFAULT);
CreateObject(OBJECT_TYPE_CREATURE, "PentKryx", GetLocation(OBJECT_SELF), FALSE);
DestroyObject(OBJECT_SELF);
}