summaryrefslogblamecommitdiff
path: root/npc/014-1/galimatia.txt
blob: 1f6e57640f6f8485fcadd2e196260ae0997c54af (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                                                                                                                     
                                        






                    
// TMW2 scripts.
// Author:
//    Jesusalva
// Description:
//    A bee keeper

014-1,126,21,0	script	Galimatia	NPC_BEEKEEPER,{
    mesn;
    mesq l("Feel free to collect honey from the hives. Remember to bottle them before picking up... You can use the discardable bottles I keep near them for that.");
    // FIXME: Quest for [Bee Keeper Hat]
    close;

OnInit:
    .sex = G_FEMALE;
    .distance = 4;
    end;
}