The command, object, doesn't work in ArmA! The best thing to do is to place a GameLogic close to the bridge (give it the var-name "bridgeLogic") and use a trigger with condition:
not (alive ((getPos bridgeLogic) nearestObject 444824))
(you could use an invisible marker instead of the GameLogic if you'd prefer and use getMarkerPos to get the position).