function say_mob_title() say_title(mob_name(npc.get_race()) ..":") end
function next_time_minutes(value)
local minutes = time_min_to_sec(pc.getqf("__NEXT_TIME__") - get_time())
return minutes
end
The game.drop_item_with_ownership is hard coded in the game file so it should work
when you have this two functions.