addEventHandler ( "onClientClick", root,
function ( button, state, _, _, _, _, _, element )
if ( button == "right" and state == "down" ) then
if ( element and getElementType ( element ) == "object" ) then
if ( getElementModel ( element ) == 1518 ) then
outputChatBox("Object")
end
end
end
end
)