Multiple Players per client - AI

Hello
Is it possible to have more than one player on the same client? I would like to use it to have AI objects having own player and spawned by the master client (for example), so I could use the player custom property as for a human player

Comments

  • You can but it's not encouraged.
    If you run a separate connection on a client, you have to pay for the CCUs. Also, it means the bot/ai will take up a "real" spot in the room and matchmaking will not be able to fill real players instead.

    You should find another way to integrate bots into your gameplay. You could add a bot by setting some Custom properties in the room (telling everyone the bot is being used). Use RaiseEvent to send updates of what the AI does, so that everyone can show that.