blob: 2a450ae25c33402dd1e094742ac3fb5fd10a8ff9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
// Evol scripts.
// Author:
// Micksha
// Description:
// The crazy Hurnscald Doctor.
// THIS IS A PLACEHOLDER!
008-2-14,27,27,0 script Doctor#008-2-14 NPC_DOCTOR_LEGACY,{
speech
l("Hey."),
l("Do you have some kind of pain?"),
lg("Oh, I see. You should go see your pixcialist.");
close;
OnInit:
.sex = G_FEMALE;
.distance = 2;
end;
}
|