| Posted by: tomeister - Saturday, March 24, 2012 12:03:29 PM |
|---|
| I've made the command centre move, but instead of moving when i click, it creates a rally point.How can I stop this but still keep the ability to set a rally point when i click a button? thanks |
| Posted by: Lithium - Wednesday, April 4, 2012 2:48:09 PM |
|---|
| This is the map.ini code for AmericaCommandCenter [code]Object AmericaCommandCenter KindOf = PRELOAD STRUCTURE SELECTABLE COMMANDCENTER SCORE CAPTURABLE FS_FACTORY MP_COUNT_FOR_VICTORY End[/code] In this case you need to [b]delete KindOf = AUTO_RALLYPOINT[/b] and [b]IMMOBILE[/b]. Maybe need to add [b]PORTABLE[/b] in "KindOf" just try it [smile] |
| Posted by: tomeister - Monday, April 9, 2012 1:05:24 PM |
|---|
| Thanks, I will;) |