| Posted by: gotulookn - Friday, September 1, 2017 3:50:42 PM |
|---|
| I am editing a map and placing some avenger turrets around a specific area of the map. Unfortunately, I haven't figured out how to assign them to a certain player. As of now they appear on the map but do not do anything. They are not capturable or selectable. |
| Posted by: acidbrain - Friday, September 1, 2017 8:45:04 PM |
|---|
| You could use the player0-7 method for this, [url=http://www.cnclabs.com/forums/default.aspx?g=posts&t=5045][color=blue]Here[/color][/url] is some more info about it... [img]http://s5.postimg.cc/hh8j5kztz/player1-7.png[/img] Script: Player\Transfer\Transfer a specific unit to the control of a player. [code] *** IF *** True. *** THEN *** [???] Unit 'Avenger' is transferred to the command of Player 'player0' [/code] Dont'pay attention to the questionmarks btw... Cheers |