gate = createObject ( 10671, 1590.50, -1638.12134, 14 , 0, 0, 90 )
function opengate()
outputChatBox ( "Brama si? otwiera.")
moveObject ( gate, 1000, 1590.50, -1638.12134, 10 )
end
function closegate()
outputChatBox ( "Brama si? zamyka.")
moveObject ( gate, 1000, 1590.50, -1638.12134, 14 )
end
addCommandHandler ( "bramapoli", closegate, opengate )