summaryrefslogtreecommitdiff
path: root/world/map/npc/001-1/constable.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/001-1/constable.txt')
-rw-r--r--world/map/npc/001-1/constable.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/world/map/npc/001-1/constable.txt b/world/map/npc/001-1/constable.txt
new file mode 100644
index 00000000..6131f0b4
--- /dev/null
+++ b/world/map/npc/001-1/constable.txt
@@ -0,0 +1,8 @@
+//
+
+001-1.gat,37,35,0 script Constable Perry Graf 150,{
+// set @npcname$, "Constable Perry Graf";
+ set @canSkip, 1;
+ callfunc "GameRules";
+ close;
+}