summaryrefslogtreecommitdiff
path: root/npc/018-5/tree.txt
blob: c4991686bb2efe2af0c443447cfd01dc08496515 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// TMW2 scripts.
// Author:
//    Jesusalva
// Description:
//   Lilit's access

018-5,100,52,0	script	Great Tree	NPC_NO_SPRITE,{
    mesn;
    mesq l("The door is locked.");
    close;

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