summaryrefslogtreecommitdiff
path: root/npc/008-1/oscar.txt
blob: 6668ea1ecc53213d76245b1cddd6068d0f016e7b (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:
//    Oscar the farmer.
// THIS IS A PLACEHOLDER!

008-1,160,77,0	script	Oscar#008-1	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."),
        lg("Now I remain poor and unemployed.");

    close;

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