summaryrefslogblamecommitdiff
path: root/npc/005-1/ship.txt
blob: 929d5a73cd5a2dd3514d9db7ec9a6c9e1b528fb2 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                   
                                    


                
// TMW2 scripts.
// Authors:
//    Jesusalva
// Description:
//    This script controls access to Nard's Ship, fixing variables.

005-1,43,107,0	script	CandorShip	NPC_HIDDEN,0,0,{

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

L_Warp:
    warp "002-3@"+LOCATION$, 31, 28;
    closedialog;
    close;
}