summaryrefslogtreecommitdiff
path: root/npc/009-2-3/barbara.txt
blob: 49eb24740e6a3395164587d811acc9498fedf8d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// The Mana World scripts.
// Author:
//    Micksha
// Description:
//    ???
// THIS IS A PLACEHOLDER!

009-2-3,41,30,0	script	Barbara Grey	NPC_UNDEAD_RECPTION,{
    speech
        lg("Don't be shy, darling."),
        l("Come on in and have a nice long... long slumber...");
    close;

OnInit:
    .distance = 4;
    end;
}