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

003-1,82,68,0	script	CandorShip	NPC_HIDDEN,0,0,{

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

L_Warp:
    warp "002-3", 21, 28;
    closedialog;
    close;
}