summaryrefslogtreecommitdiff
path: root/npc/015-3/pooh.txt
blob: 95e64613b8ba16a6db6734231fe7af149c74292c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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;
}