summaryrefslogtreecommitdiff
path: root/npc/008-2-6/donald.txt
blob: 2b3a72f3ec83c7f163cd455c18d5f4edaf6c0c08 (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:
//    Alan's Apprentice.
// THIS IS A PLACEHOLDER!

008-2-6,29,27,0	script	Donald	NPC_YOUNG_MAN_APPRENTICE,{
    speech
        l("Hi Sir."),
        l("Sorry, we are sold out for today."),
        lg("Come back later.");

    close;

OnInit:
    .sex = G_MALE;
    .distance = 2;
    end;
}