summaryrefslogtreecommitdiff
path: root/npc/003-9/scripted.txt
blob: 673beeafe9f4461715e35ab8af529cbb59400fab (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
24
// TMW2 scripts.
// Author:
//    Jesusalva
// Description:
//    Scripted functions (Lua)

003-9,58,121,0	script	#TInnClockPassage	NPC_NO_SPRITE,{
    dispbottom l("If I only could find another way in...");
    close;

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

003-9,0,0,0	script	#TulimInnStory	NPC_HIDDEN,{
    end;

OnEvent1:
    setpcblock(255, false);
    end;
}