Posted by: t1a2l - Tuesday, September 2, 2014 5:19:35 AM
the qeustion is in the topic.. i made defensive buildings in my map, and i want this objects to belong to the player that is near them... please help me.

Posted by: UTD^Force - Tuesday, September 2, 2014 8:28:50 AM
Removed

Posted by: t1a2l - Tuesday, September 2, 2014 12:00:37 PM
i understand... but i dont have players... this is my scripts(not working): *** IF *** Player '' starting position is 1 . *AND* Player '' is Faction Name: "___"(there is a script like this for every faction) *** THEN *** Unit '1' is transferred to the command of Player '' Unit '2' is transferred to the command of Player '' Unit '3' is transferred to the command of Player '' Unit '4' is transferred to the command of Player '' Unit '5' is transferred to the command of Player '' Unit '6' is transferred to the command of Player '' Unit '7' is transferred to the command of Player '' Unit '8' is transferred to the command of Player '' Unit '9' is transferred to the command of Player '' Unit '10' is transferred to the command of Player '' Unit '11' is transferred to the command of Player '' Unit '12' is transferred to the command of Player '' Unit '13' is transferred to the command of Player '' Unit '14' is transferred to the command of Player '' Unit '15' is transferred to the command of Player '' Unit '16' is transferred to the command of Player '' Unit '17' is transferred to the command of Player '' Unit '18' is transferred to the command of Player '' Unit '19' is transferred to the command of Player '' Unit '20' is transferred to the command of Player '' Unit '21' is transferred to the command of Player '' Unit '22' is transferred to the command of Player '' Unit '23' is transferred to the command of Player '' Unit '24' is transferred to the command of Player '' Unit '25' is transferred to the command of Player '' Unit '26' is transferred to the command of Player '' Unit '27' is transferred to the command of Player '' Unit '28' is transferred to the command of Player '' Unit '29' is transferred to the command of Player '' Unit '30' is transferred to the command of Player '' Unit '31' is transferred to the command of Player '' Unit '32' is transferred to the command of Player '' Unit '33' is transferred to the command of Player '' Unit '34' is transferred to the command of Player '' Unit '35' is transferred to the command of Player '' Unit '36' is transferred to the command of Player ''

Posted by: Gameanater - Tuesday, September 2, 2014 2:05:34 PM
Try switching out '' for 'player0', 'player1', 'player2', etc. player0 is actually Player 1, player1 is actually Player 2, and so on.