summaryrefslogtreecommitdiff
path: root/npc/028-1/portal.txt
blob: d6aaeafc7f0cfe29700ef1c4da88e5f83ecb2dd8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
028-1,98,37,0	script	Exit	NPC400,0,0,{
    mes "[Exit]";
    mes "Would you like to leave this place?";
    menu
        "Yes.", L_Leave,
        "No.", L_close;

L_Leave:
    warp getsavepoint(0), getsavepoint(1), getsavepoint(2);
    goto L_close;

L_close:
    close;
}