LoD_PRC8/_module/nss/dissapearingnpc.nss

9 lines
177 B
Plaintext
Raw Normal View History

2023-09-21 21:20:34 -04:00
void main()
//Created By: Silver Dragoon
{
ActionCastFakeSpellAtObject(SPELL_FLAME_STRIKE,GetNearestObjectByTag("BalorHome") );
ActionDoCommand(DestroyObject(OBJECT_SELF));
}