summaryrefslogblamecommitdiff
path: root/npc/008-1/oscar.txt
blob: e72452513e8d5bc4ff880a8e9136dff23c9f5f0f (plain) (tree)
1
2
3
4
5
6
7
8
                          



                       
                                                          
 
                                          


                                                                                          
                                               



          
                         
                  

        
// 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:
    .sex = GENDER_HIDDEN;
    .distance = 4;
    end;
}