blob: 942b5c8abc2b7e27ed2df0fb3375a11ca3bc877f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// 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.");
close;
OnInit:
.sex = G_FEMALE;
.distance = 4;
end;
}
|