Try to remove the ()
?(_player distance _unit > 80): cuttext ["Where are you going? Get back here!", "PLAIN DOWN", 1]; goto "poschange"
Try this ::
?_player distance _unit > 80: cuttext ["Where are you going? Get back here!", "PLAIN DOWN", 1]; goto "poschange"