gate1 = createObject(985, -485.5, 562.900390625, 24.5, 0, 0, 10)
function openGate1()
moveObject(gate1, -485.5, 562.900390625, 18, 0, 0, 0)
end
addCommandHandler(\"nyit\", openGate1)
function closeGate1()
moveObject(gate1, -485.5, 562.900390625, 24.5, 0, 0, 0)
end
addCommandHandler(\"zar\", closeGate1)