summaryrefslogtreecommitdiff
path: root/npc/014-1/galimatia.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-01-09 16:20:44 -0300
committerJesusaves <cpntb1@ymail.com>2022-01-09 16:20:44 -0300
commit82f8e713925acbd07920a351bff3e65c93acf902 (patch)
treec68944c1da0ad2a982c2c11adb5d0a3ba9e95780 /npc/014-1/galimatia.txt
parentaf99810db8a24e6ea7268ff85255084ddc8bcea4 (diff)
downloadserverdata-82f8e713925acbd07920a351bff3e65c93acf902.tar.gz
serverdata-82f8e713925acbd07920a351bff3e65c93acf902.tar.bz2
serverdata-82f8e713925acbd07920a351bff3e65c93acf902.tar.xz
serverdata-82f8e713925acbd07920a351bff3e65c93acf902.zip
Add placeholders for Galimatia, Pooh and Pablin.
Diffstat (limited to 'npc/014-1/galimatia.txt')
-rw-r--r--npc/014-1/galimatia.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/npc/014-1/galimatia.txt b/npc/014-1/galimatia.txt
new file mode 100644
index 000000000..942b5c8ab
--- /dev/null
+++ b/npc/014-1/galimatia.txt
@@ -0,0 +1,16 @@
+// TMW2 scripts.
+// Author:
+// Jesusalva
+// Description:
+// A bee keeper
+
+014-1,126,21,0 script Galimatia NPC_BEEKEEPER,{
+ mesn;
+ mesq l("Feel free to collect honey from the hives. Remember to bottle them before picking up... You can use the discardable bottles I keep near them for that.");
+ close;
+
+OnInit:
+ .sex = G_FEMALE;
+ .distance = 4;
+ end;
+}