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