diff options
Diffstat (limited to 'npc/003-1/constableperry.txt')
-rw-r--r-- | npc/003-1/constableperry.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/npc/003-1/constableperry.txt b/npc/003-1/constableperry.txt new file mode 100644 index 000000000..b2094dd79 --- /dev/null +++ b/npc/003-1/constableperry.txt @@ -0,0 +1,13 @@ +// Author: +// Saulc + +003-1,47,75,0 script Constable Perry 449,{ + +hello; + +OnInit: + .sex = G_MALE; + .distance = 3; + end; +} + |