summaryrefslogtreecommitdiff
path: root/npc/020-1/aisha.txt
blob: 5c276f9c612819fa1aaefe52a04a0b64bc407224 (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:
//    Aisha, the young lady at Tulim Docks, Legion area.
// THIS IS A PLACEHOLDER!

020-1,271,93,0	script	Aisha	NPC_AIRLIA,{
    speech
        l("Good day to you, Sir."),
        l("I totally forgot why I am standing besides that stiky fish, doing nothing."),
        l("If you have an idea, please tell me what I could do.");
    close;

OnInit:
    .bodytype = BODYTYPE_2;
    .distance = 4;
    end;
}