summaryrefslogtreecommitdiff
path: root/npc/015-3
diff options
context:
space:
mode:
Diffstat (limited to 'npc/015-3')
-rw-r--r--npc/015-3/_import.txt1
-rw-r--r--npc/015-3/pooh.txt16
2 files changed, 17 insertions, 0 deletions
diff --git a/npc/015-3/_import.txt b/npc/015-3/_import.txt
index 2a8f058b8..89332994a 100644
--- a/npc/015-3/_import.txt
+++ b/npc/015-3/_import.txt
@@ -5,3 +5,4 @@
"npc/015-3/_warps.txt",
"npc/015-3/arkim.txt",
"npc/015-3/logic.txt",
+"npc/015-3/pooh.txt",
diff --git a/npc/015-3/pooh.txt b/npc/015-3/pooh.txt
new file mode 100644
index 000000000..95e64613b
--- /dev/null
+++ b/npc/015-3/pooh.txt
@@ -0,0 +1,16 @@
+// TMW2 scripts.
+// Author:
+// Jesusalva
+// Description:
+// A bee keeper
+
+015-3,127,181,0 script Pooh NPC_POOH,{
+ mesn;
+ mesq l("OMG so cute! This must be the cutest bear you ever seen your whole life.");
+ close;
+
+OnInit:
+ .sex = G_OTHER;
+ .distance = 4;
+ end;
+}