summaryrefslogtreecommitdiff
path: root/npc/020-1/anwar.txt
blob: 63355ab6eba11e670ce0a6c128db844d4d657d82 (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:
    .bodytype = BODYTYPE_2;
    .distance = 4;
    end;
}