summaryrefslogtreecommitdiff
path: root/npc/003-1/guardvalou.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1/guardvalou.txt')
-rw-r--r--npc/003-1/guardvalou.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/npc/003-1/guardvalou.txt b/npc/003-1/guardvalou.txt
new file mode 100644
index 000000000..97e20cca4
--- /dev/null
+++ b/npc/003-1/guardvalou.txt
@@ -0,0 +1,14 @@
+// Author:
+// Saulc
+
+003-1,62,158,0 script Guard Valou 451,{
+
+
+hello;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 3;
+ end;
+}
+