local hotaItems = {2335, 2336, 2337, 2338, 2339, 2340, 2341}
local HotaComplete = 2343
function onUse(player, item, fromPosition, target, toPosition, isHotkey)
print('if not isInArray(hotaItems, item.itemid) then')
if not isInArray(hotaItems, item.itemid) then
return true...