summaryrefslogtreecommitdiff
path: root/npc/020-1/vaspina.txt
blob: 0b46be137505e7cd5e1307ddf3b43b4bfd13afaf (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:
//    Vaspina the Harmony Mage.
// THIS IS A PLACEHOLDER!

020-1,91,112,0	script	Vaspina	NPC_MORGAN,{
    speech
        l("Hi!"),
        l("Pst, not so loud. You frighten the animals here."),
        l("You were told to not harm peaceful beings in the Academy, right? Please strictly follow that rule.");
    close;

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