I have some command posts for my 3rd faction... Is there a way to change which faction controls them in the script? I want to keep them as the 3rd faction in my conquest mode, but would like them to be used for teams 1 & 2 in some other game modes?
Or would I just have to make a new layer with new CPs?
Command posts and factions
Moderator: Moderators
- [RDH]Zerted
- Gametoast Staff
- Posts: 2982
- Joined: Sun Feb 26, 2006 7:36 am
- Projects :: Bos Wars AI - a RTS game
- xbox live or psn: No gamertag set
- Location: USA
- Contact:
RE: Command posts and factions
I believe CPs are objects and entities. If they are, you could use SetProperty( name or entity, property, value ). ex: SetProperty( "cp1", "Team", 3 )
Here is a game example: SetProperty ("Library_CP","Team", ATT)
Here is a game example: SetProperty ("Library_CP","Team", ATT)
RE: Command posts and factions
Thanks... I'm going to try that out...