There's quite a few ways you could add players after the game. You use dialogs that only the host can see or depending on the rest of your triggers/AI you could check if particular players are computers, maybe with some boolean variables (that are set at the beginning).
For hiding players in the lobby you could just go:
Map -> Game Variants -> Any Player -> Remove Computer
rtschutter Regular ShmoeI want to add computer players to a game after it starts. Or, as an alternative, hide computer players from the game lobby. These computers need to be something you can spectate as an observer or in replays, and it seems neutral and hostile computer players don't allow that.
Has anyone dealt with this before? Have any ideas?