summaryrefslogtreecommitdiff
path: root/npc/020-1/marine.txt
blob: 65a08adcf8a9298e9deb0ed1cc4047f18e3f0597 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Moubootaur Legends scripts.
// Authors:
//    Jesusalva
// Description:
//    This script controls access to Ships, fixing variables.

// Use NPC_LA_MARINE if needed
020-1,210,143,0	script	La Marine#T	NPC_HIDDEN,0,0,{
    end;

OnTouch:
    EnterTown("Tulim");

    warp "marine@"+LOCATION$, 42, 26;
    closedialog;
    close;
}