summaryrefslogtreecommitdiff
path: root/npc/020-2-28/pauline.txt
blob: 4e3de4dfe9626306b4af14457ee6ad9697df96ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Evol scripts.
// Author:
//    Micksha
// Description:
//    Pauline, the War Mage.
// THIS IS A PLACEHOLDER!

020-2-28,36,20,0	script	Pauline	NPC_PAULINE,{
    speech
        l("Hi!"),
        l("Should I tell you the secret of a good fight?"),
        l("CONFRONT AND DESTROY!! (Don't tell your parents I said that.");
    close;

OnInit:
    .bodytype = BODYTYPE_2;
    .distance = 2;
    end;
}