summaryrefslogtreecommitdiff
path: root/npc/020-1/anwar.txt
blob: ff638770b65de54cb6b12053360a0654d702e76c (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:
//    Anwar, the farmer in Tulimshar.
// THIS IS A PLACEHOLDER!

020-1,178,196,0	script	Anwar	NPC_ANWAR,{
    speech
        l("Hi there."),
        l("Nothing grows in this stupid desert."),
        l("I could try to water it, but where to get water.. also a fertility potion could help."),
		l("But I have no water, no potion, no script. *cries* ");
    close;

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