summaryrefslogtreecommitdiff
path: root/npc/003-1/cyndala.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1/cyndala.txt')
-rw-r--r--npc/003-1/cyndala.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/npc/003-1/cyndala.txt b/npc/003-1/cyndala.txt
new file mode 100644
index 000000000..c22f1446a
--- /dev/null
+++ b/npc/003-1/cyndala.txt
@@ -0,0 +1,12 @@
+// Author:
+// Saulc
+
+003-1,41,80,0 script Cyndala 450,{
+
+hello;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 3;
+ end;
+} \ No newline at end of file