summaryrefslogtreecommitdiff
path: root/npc/020-2-7/manoli.txt
blob: 578f0569e1913d73bae7cc8b7a1dfa33b3b693ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Evol scripts.
// Author:
//    Micksha
// Description:
//    Manoli, a Legion Guard inside the Legion storage building.
// THIS IS A PLACEHOLDER!

020-2-7,35,23,0	script	Manoli	NPC_HUMAN_FEMALE_LEGION_ARTIS,{
    speech
        l("Hi there."),
        l("Looks like someone ran out of ideas for placeholder NPCs."),
        l("So if you want, you can hunt something, or cook something, or craft somethig."),
		l("Whatever.");
    close;

OnInit:
    .distance = 4;
    end;
}