summaryrefslogblamecommitdiff
path: root/npc/003-1/ship.txt
blob: 958a821e5492905b9137cfeb342b22bc197fd1e4 (plain) (tree)
1
2
3
4
5
6
7



                
                                                             
 
                                                        





                      
                                    


                











                                                        
// TMW2 scripts.
// Authors:
//    Jesusalva
// Description:
//    This script controls access to Ships, fixing variables.

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

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

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

003-1,120,25,0	script	TulimShip#M	NPC_HIDDEN,0,0,{

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

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