how to deactivate the quest?
because in lib quest I do not have anything about this quest?
function onUse(player, item, fromPosition, target, toPosition, isHotkey)
if target:isItem() then
return false
end
if player:getStorageValue(Storage.FerumbrasAscension.BoneFlute) >= 1...