summaryrefslogtreecommitdiff
path: root/npc/008-2-6/donald.txt
blob: c536e1ba86e749fc8e4759c4af5cb4cadfaf608a (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:
    .bodytype = BODYTYPE_3;
    .distance = 2;
    end;
}