summaryrefslogtreecommitdiff
path: root/npc/008-2-6/donald.txt
blob: abc686323bf78c4b5bf9abfe6d3409c7829f2a36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// The Mana World 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 = 4;
    end;
}