diff options
Diffstat (limited to 'npc/001-1/constable.txt')
-rwxr-xr-x | npc/001-1/constable.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/001-1/constable.txt b/npc/001-1/constable.txt new file mode 100755 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; +} |