blob: 01c92662fe4a2cdb1bf85b3e32e75831b1e06a97 (
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:
// Tanisha, the little girl in Sorfina's house.
// THIS IS A PLACEHOLDER!
012-2-1,48,34,0 script Tanisha NPC_TANISHA,{
speech
l("Welcome."),
l("Kaan asked me to kill maggots, which I hate! But I'm not seeing any..."),
l("I wonder if things were supposed to be this way?");
close;
OnInit:
.sex = G_FEMALE;
.distance = 4;
end;
}
|