I did this script but my object didn't move qhen i type the command : /abrirbase . What's the problem? 
puertabase = createObject ( 2933, 2463.39, -1659.11, 14.0203, 0, 0, 270.675 ) 
function puertabaseopen() 
moveObject ( puertabase, 5000, 2463.26, -1650.36, 14.0203 ) 
addCommandHandler ( "abrirbase", puertabaseopen ) 
end 
 
Sorry for my english. I'm Spanish.