blob: 1f6e57640f6f8485fcadd2e196260ae0997c54af (
plain) (
tree)
|
|
// 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;
}
|