summaryrefslogtreecommitdiff
path: root/npc/020-1/itka.txt
blob: 864101536ddd9dffee7a09fd822f4035a5e6ea2f (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:
//    Itka, the spammy spammy little girl in Tulimshar.
// THIS IS A PLACEHOLDER!

020-1,194,175,0	script	Itka	NPC_GIRL_MILLY,{
    speech
        l("Hi there."),
        l("Come to the bakery! Come to the Market! Come to Prison!"),
        l("I will improve, promised. Come to the Academy! Come to Oasis!");
    close;

OnInit:
    .sex = GENDER_MALE;
    .distance = 4;
    end;
}