diff options
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; +} |