diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-12 09:11:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-12 09:11:29 -0300 |
commit | 43591b811b1ef8c2122c89558fe6337cd222bd5e (patch) | |
tree | 6d679820f13c37f365643272fa8125a2daa376f2 /npc/017-1/townhall.txt | |
parent | 8720c755fa944af1c2cefc5331a0d98e5ed7e476 (diff) | |
download | serverdata-43591b811b1ef8c2122c89558fe6337cd222bd5e.tar.gz serverdata-43591b811b1ef8c2122c89558fe6337cd222bd5e.tar.bz2 serverdata-43591b811b1ef8c2122c89558fe6337cd222bd5e.tar.xz serverdata-43591b811b1ef8c2122c89558fe6337cd222bd5e.zip |
LoF Townhall Error message.
Diffstat (limited to 'npc/017-1/townhall.txt')
-rw-r--r-- | npc/017-1/townhall.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/017-1/townhall.txt b/npc/017-1/townhall.txt index 80fc2336f..40aafd353 100644 --- a/npc/017-1/townhall.txt +++ b/npc/017-1/townhall.txt @@ -12,6 +12,8 @@ OnTouch: .@q=getq(General_Narrator); if (.@q >= 17 || getgmlevel()) { warp "017-10", 56, 78; + } else { + npctalkonce l("The door is locked, I should come back later."); } end; @@ -25,6 +27,8 @@ OnTouch: .@q=getq(General_Narrator); if (.@q >= 17 || getgmlevel()) { warp "017-10", 60, 78; + } else { + npctalkonce l("The door is locked, I should come back later."); } end; } @@ -37,6 +41,8 @@ OnTouch: .@q=getq(General_Narrator); if (.@q >= 17 || getgmlevel()) { warp "017-10", 36, 78; + } else { + npctalkonce l("The door is locked, I should come back later."); } end; } @@ -49,6 +55,8 @@ OnTouch: .@q=getq(General_Narrator); if (.@q >= 17 || getgmlevel()) { warp "017-10", 80, 78; + } else { + npctalkonce l("The door is locked, I should come back later."); } end; } @@ -102,6 +110,8 @@ OnTouch: warp BarbaraInstCheck(1), 80, 199; } else { warp "018-6-1", 80, 199; + } else { + npctalkonce l("The door is locked, I should come back later."); } end; } |