summaryrefslogtreecommitdiff
path: root/npc/019-2/ship.txt
blob: fb1297ad2ef78c25a6c1f71db825002735a75bba (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 Ships, fixing variables.

019-2,120,113,0	script	NivalShip	NPC_HIDDEN,0,0,{

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

L_Warp:
    warp "016-1@"+LOCATION$, 21, 26;
    closedialog;
    close;
}