hello someone help me with this script, I want you to ask for level 300 to pass
local config = {
[26828] = Position(33876, 31884, 8),
}
local stone = Action()
function stone.onUse(player, item, fromPosition, itemEx, toPosition)
for actionId, destination in pairs(config) do
if...