Вот нарыл в инете макрос... Мож кому пригодится... Рабочий, проверял седня...
Хоть он и большой но зато работает)
не забываем про кодировку файла macros.txt
macro st{
call OBB-1
}
automacro OBB {
inventory "Cyfar" > 49
inventory "Clam Shell" > 14
inventory "Crab Shell" > 9
inventory "Brigan" > 9
run-once 1
call OBB-1
}
macro OBB-1 {
do talk 0
}
automacro OBB1-1 {
console /Responses/
run-once 1
call OBB-1-1
}
macro OBB-1-1 {
do talk resp 0
release OBB1-1
}
automacro OBB2-0 {
console /with that nugget of wisdom./
run-once 1
call OBB-2-1
}
automacro OBB2-1 {
console /Тебе кажется, что тебе чего-то не хватает./
run-once 1
call OBB-2-1
}
automacro OBB2-2 {
console /Приходи позже./
run-once 1
call OBB-2-1
}
automacro OBB2-3 {
console /Но окажи мне услугу, путник./
run-once 1
call OBB-2-1
}
automacro OBB2-4 {
console /использовал тебя./
run-once 1
call OBB-2-1
}
automacro OBB2-5 {
console /Calculating lockMap route to:/
run-once 1
call OBB-2-1
}
automacro OBB2-6 {
timeout 3
call OBB-2-1
}
macro OBB-2-1 {
release all
}