Home   Help Search Login Register  

Author Topic: Tracking script. *solved*  (Read 1412 times)

0 Members and 1 Guest are viewing this topic.

Offline Speeder

  • Members
  • *
    • OFP.nu
Tracking script. *solved*
« on: 04 Sep 2009, 11:10:52 »
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.

« Last Edit: 04 Sep 2009, 14:10:25 by i0n0s »
There are 10 kinds of people in this world. Those who get it, and those who don't.