summaryrefslogtreecommitdiff
path: root/npc/008-1/oscar.txt
blob: 9541da7b1bf638f0999960a76cd2a090cd35df02 (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:
    .sex = G_MALE;
    .distance = 2;
    end;
}