summaryrefslogtreecommitdiff
path: root/npc/018-5/teleporter.txt
blob: 8c8d318d29c81431a4f7310de961377b72cc3799 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// TMW2 Script
// Authors:
//    Jesusalva
// Description:
//    Link portals to soul menhirs like the teleporters from old
//    The price is temporary. This feature got in because no ship in Nivalis Port
//    PS. Anise => “Aisen” Anagram


018-5,89,45,0	script	#WarpGateLilit	NPC_NO_SPRITE,1,0,{
    end;

OnTouch:
    TeleporterGate(TP_LILIT);
    close;


OnInit:
    .sex = G_OTHER;
    .distance = 1;
    end;
}