diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-01-09 16:20:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-01-09 16:20:44 -0300 |
commit | 82f8e713925acbd07920a351bff3e65c93acf902 (patch) | |
tree | c68944c1da0ad2a982c2c11adb5d0a3ba9e95780 /npc/015-3/pooh.txt | |
parent | af99810db8a24e6ea7268ff85255084ddc8bcea4 (diff) | |
download | serverdata-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/015-3/pooh.txt')
-rw-r--r-- | npc/015-3/pooh.txt | 16 |
1 files changed, 16 insertions, 0 deletions
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; +} |