summaryrefslogtreecommitdiff
path: root/npc/012-1/marine.txt
blob: db261fd0fec23c236f91e6a4212b1ee421a7c403 (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
012-1,64,133,0	script	La Marine#C	NPC_HIDDEN,0,0,{
    end;

OnTouch:
    EnterTown("Candor");

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