summaryrefslogtreecommitdiff
path: root/npc/008-1/oscar.txt
blob: d7c2f6d54e97b7208cf94b8733106fcfe2d5c16d (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:
//    Oscar the farmer.
// THIS IS A PLACEHOLDER! Read Dimond Chef before editing.

008-1,160,77,0	script	Oscar	NPC_CAUL,{
    speech
        l("Hi, my name is Oscar."),
        l("I used to be a farmer, but my magic attempts were banned by the gouvernment."),
        l("Now I remain poor and unemployed.");

    close;

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