open = false
theObject = createObject ( 3115, -946.79998779297, -941.09997558594, 928.59997558594, 0, 0, 0 )
addCommandHandler( "bajar_a",
function ( )
if not open then
moveObject( theObject, 5000, -946.79998779297, -941.09997558594, 725.59997558594)
outputChatBox ( "El Comando para bajar y subir es: bajar_a", hitElement, 0, 255, 0 )
open = true
elseif open then
moveObject( theObject, 2000, -946.79998779297, -941.09997558594, 928.59997558594 )
open = false
end
end
)