summaryrefslogtreecommitdiff
path: root/world/map/npc/009-1/constable.txt
diff options
context:
space:
mode:
authorNick Ashley <nick@shley.us>2015-04-25 14:46:13 -0400
committerNick Ashley <nick@shley.us>2015-04-26 15:49:07 -0400
commit3d4a9b63fc7bafc6e27ebaee66d36a83ddf846c0 (patch)
tree037fc8fb431bd83e6af2d5ceb0c012f258325f69 /world/map/npc/009-1/constable.txt
parente8a1900fc0651a3ee74ce4cbe181fce2851f6420 (diff)
downloadserverdata-3d4a9b63fc7bafc6e27ebaee66d36a83ddf846c0.tar.gz
serverdata-3d4a9b63fc7bafc6e27ebaee66d36a83ddf846c0.tar.bz2
serverdata-3d4a9b63fc7bafc6e27ebaee66d36a83ddf846c0.tar.xz
serverdata-3d4a9b63fc7bafc6e27ebaee66d36a83ddf846c0.zip
Added a Constable to Hurnscald.
Constable Bob is now on duty.
Diffstat (limited to 'world/map/npc/009-1/constable.txt')
-rw-r--r--world/map/npc/009-1/constable.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/world/map/npc/009-1/constable.txt b/world/map/npc/009-1/constable.txt
new file mode 100644
index 00000000..c82a8b21
--- /dev/null
+++ b/world/map/npc/009-1/constable.txt
@@ -0,0 +1,11 @@
+//
+
+009-1,52,33,0|script|Constable Bob|419
+{
+ mes "[Constable Hank Atkins]";
+ mes "\"Hello.\"";
+ mes "\"I've been getting complaints of lawlessness in Hurnscald recently, so I thought I'd come down here myself and explain the rules.\"";
+ mes "\"Please make sure that you follow them!\"";
+ callfunc "GameRules";
+ close;
+}