summaryrefslogtreecommitdiff
path: root/npc/001-1/marine.txt
blob: b9cd93f9b7bbae3789d9c325da45c06c0c97e54b (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
001-1,204,85,0	script	Gema IV#A	NPC_HIDDEN,0,0,{
    end;

OnTouch:
    EnterTown("Artis");

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