blob: 927ba2a87fa51f72bc3f9a493b011fa5219b55a0 (
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:
// Cerhan is the armory guy from Asphodel Moors.
// Relation with Ms. Golbenez is unknown?
// THIS IS A PLACEHOLDER!
009-2-8,39,30,0 script Cerhan NPC_CHELIOS,{
speech
l("Ah, hello! It's good to see another normal %s at this strange place!", get_race(GETRACE_RACE)),
l("I'm an experienced weapon master and I was thinking about establishing a smithy here. I'll need some more equipment, though."),
l("So, I'll talk to you later!");
close;
OnInit:
.distance = 4;
end;
}
|