blob: 673beeafe9f4461715e35ab8af529cbb59400fab (
plain) (
tree)
|
|
// 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;
}
|