summaryrefslogtreecommitdiff
path: root/npc/012-1/ship.txt
blob: 01a7c7b64542cd0e6a882ae6cdf90de6c2da616c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// TMW2 scripts.
// Authors:
//    Jesusalva
// Description:
//    This script controls access to Marine's Ship, fixing variables.

012-1,0,0,0	script	HurnsShip	NPC_HIDDEN,0,0,{

OnTouch:
    LOCATION$="Hurns";
    goto L_Warp;

L_Warp:
    //warp "016-1", 0, 0;
    warp "016-6@"+LOCATION$, 31, 28;
    closedialog;
    close;
}