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