summaryrefslogtreecommitdiff
path: root/npc/020-1/vaspina.txt
blob: 46fa13161570415c307e24f07cc00f6dac1ac934 (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 = 4;
    end;
}