summaryrefslogblamecommitdiff
path: root/npc/019-2/ship.txt
blob: b51633c2b3c1d2a2581d4b0f125d39a9eddf7b89 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                             
                       







                                    
// 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:
    EnterTown("Nival");
    goto L_Warp;

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