summaryrefslogtreecommitdiff
path: root/npc/001-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1')
-rw-r--r--npc/001-1/_import.txt1
-rw-r--r--npc/001-1/mouboo.txt21
2 files changed, 22 insertions, 0 deletions
diff --git a/npc/001-1/_import.txt b/npc/001-1/_import.txt
index c062f849..f9c22215 100644
--- a/npc/001-1/_import.txt
+++ b/npc/001-1/_import.txt
@@ -19,6 +19,7 @@ npc: npc/001-1/juscare.txt
npc: npc/001-1/katja.txt
npc: npc/001-1/lucas.txt
npc: npc/001-1/merlin.txt
+npc: npc/001-1/mouboo.txt
npc: npc/001-1/nalkri.txt
npc: npc/001-1/panels.txt
npc: npc/001-1/qonan.txt
diff --git a/npc/001-1/mouboo.txt b/npc/001-1/mouboo.txt
new file mode 100644
index 00000000..e4bfde4a
--- /dev/null
+++ b/npc/001-1/mouboo.txt
@@ -0,0 +1,21 @@
+// Evol scripts.
+// Author:
+// Reid
+// Description:
+// Mouboo on Taree's fence.
+
+001-1,67,79,4 script Mouboo#Artis0 NPC_MOUBOO,{
+
+ if (Repeat_NPC_lock <= gettimetick (2))
+ {
+ Repeat_NPC_lock = gettimetick (2) + 1;
+ moubootalk;
+ }
+
+ close;
+
+OnInit:
+ .distance = 2;
+ .sex = G_OTHER;
+ end;
+}