Scripted worked fine then added somemore scripts. 3 more scripts all same style, just chaged the point-values and call names.sqs before i tested and it went to Error mode. Started over clean map and still error.
Civy name Biker1 intil feild Biker1 moveindriver cycle1 (bicycle=cycle1)
Error message: _unit = _this select 0/#/ error:type string expect array
Called by trigger Civillian
Activat: "Biker1" exec "Bikepoint.sqs"
My Script for point to point
_unit = _this select 0
#start
_unit move [10764.661133,3139.253906,0]
~60
_unit move [10785.845703,3078.884766,0]
~60
_unit move [10718.146484,3129.544922,0]
~60
GOTO "start"
Any ideas what went wrong??