summaryrefslogtreecommitdiff
path: root/npc/020-1/itka.txt
blob: 6cb6f5eaf7230648cc93f2bc65e3b0d24718b81a (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:
    .bodytype = BODYTYPE_2;
    .distance = 2;
    end;
}