summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/017-1/townhall.txt10
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;
}