diff options
Diffstat (limited to 'npc/017-1/townhall.txt')
-rw-r--r-- | npc/017-1/townhall.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/npc/017-1/townhall.txt b/npc/017-1/townhall.txt index 931f130a0..9b78463ce 100644 --- a/npc/017-1/townhall.txt +++ b/npc/017-1/townhall.txt @@ -65,3 +65,20 @@ OnInit: end; } +017-1,32,44,0 script #LoF_EleniumMines NPC_HIDDEN,{ + end; + +OnTouch: + // TODO: OnQuest: Instance + .@q=getq(General_Narrator); + if (.@q >= 17) { + warp "018-6-1", 80, 199; + } else { + warp "018-6-1", 80, 199; + } + end; +OnInit: + .distance=1; + end; +} + |