// 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; }