Any hint on why this does not work?
---------------------------------------------
FILE: marker.sqs
---------------------------------------------
#pos
"marker11" setMarkerPos getpos _11
"marker12" setMarkerPos getpos _12
"marker13" setMarkerPos getpos _13
~5;
goto "pos"
---------------------------------------------
---------------------------------------------
FILE: init.sqs
---------------------------------------------
titleCut ["Please wait, objects are loading","BLACK IN", 4]
[]exec "marker.sqs"
---------------------------------------------
Nevermind - I forgot that I cant name the unit _11 as it is a local variabel.