tomeister
  • tomeister
  • 100% (Exalted)
  • Major Topic Starter
14 years ago
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
Sponsor
Lithium
14 years ago
This is the map.ini code for AmericaCommandCenter

Object AmericaCommandCenter


KindOf = PRELOAD STRUCTURE SELECTABLE COMMANDCENTER SCORE CAPTURABLE FS_FACTORY  

MP_COUNT_FOR_VICTORY
End

In this case you need to delete KindOf = AUTO_RALLYPOINT and IMMOBILE. Maybe need to add PORTABLE in "KindOf" just try it

😄
tomeister
  • tomeister
  • 100% (Exalted)
  • Major Topic Starter
14 years ago
Thanks, I will;)