summaryrefslogtreecommitdiff
path: root/npc/009-2-3/barbara.txt
blob: b555b4727702c1e349f3ed11d899d1c883b9d682 (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
        l("Don't be shy, darling."),
        l("Come on in and have a nice long... long slumber...");
    close;

OnInit:
    .distance = 4;
    end;
}