// TMW2 scripts. // Author: // Jesusalva // Description: // Special Soul Menhir which only allows leaving the map. 000-1,78,110,0 script Emergency Exit NPC_SOUL_CURSED,{ OnTouch: OnTalk: OnTalkNearby: savepoint "002-1", 53, 38; warp "002-1", 53, 38; close; }