summaryrefslogtreecommitdiff
path: root/npc/000-1/exit.txt
blob: 1c7dad6de4c4ef0fd42ba8c2db84df70d30a5439 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// 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;

}