summaryrefslogtreecommitdiff
path: root/npc/008-1/marine.txt
blob: ca448a2ef663cef62ab459f42d872622203930e6 (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
008-1,327,104,0	script	La Marine#H	NPC_HIDDEN,0,0,{
    end;

OnTouch:
    EnterTown("Hurns");

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