summaryrefslogtreecommitdiff
path: root/npc/008-2-12/nurse.txt
blob: 4fd65257c86b0f9f75255f90addb026f89d03808 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Evol scripts.
// Author:
//    Micksha
// Description:
//    Hurnscald Nurse.
// THIS IS A PLACEHOLDER!

008-2-12,28,30,0	script	Nurse#008-2-12	NPC_NURSE_LEGACY,{
    speech
        l("Hey."),
        l("The doctor is upstairs, but perhaps he can't help you much today."),
        lg("Just smile, everything will be better soon then.");

    close;

OnInit:
    .sex = G_FEMALE;
    .distance = 2;
    end;
}