A moveObject timer argumentjét lehagytad azért nem megy!
local gate1 = createObject(985, -485.5, 562.900390625, 24.5, 0, 0, 0)
local timer = 100
function openGate1()
moveObject(gate1, timer,-485.5, 562.900390625, 18, 0, 0, 0)
end
addCommandHandler(\"nyit\", openGate1)
function closeGate1()
moveObject(gate1, timer,-485.5, 562.900390625, 24.5, 0, 0, 0)
end
addCommandHandler(\"zar\", closeGate1)