summaryrefslogtreecommitdiff
path: root/npc/001-1/constable.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1/constable.txt')
-rw-r--r--npc/001-1/constable.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/001-1/constable.txt b/npc/001-1/constable.txt
new file mode 100644
index 00000000..36e3c224
--- /dev/null
+++ b/npc/001-1/constable.txt
@@ -0,0 +1,7 @@
+
+001-1,50,74,0 script Constable Perry Graf NPC150,{
+ mes "[Constable Perry Graf]";
+ mes "\"Hello. Make sure to follow the rules!\"";
+ callfunc "GameRules";
+ close;
+}