summaryrefslogtreecommitdiff
path: root/npc/020-1/itka.txt
blob: 679c1792afc7a656c2852db2c91c3a4fdd0f3488 (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 = 4;
    end;
}