Author Topic: Bots not spawning/loading when i load a build?  (Read 1019 times)

For some reason since the most recent update my Builds that have bots in them don't load bots
The bot spawn brick has a normal wrench menu instead of the bot brick one
yet the bot events are still in the event menu. (Happens with builds made before and after the update)

Name all of the bot spawn bricks, then create another brick that has the following events:
Code: [Select]
[x] 0 OnActivate -> (Spawn brick name) -> SetBotType -> Blockhead
[X] 0 OnActivate -> (Spawn brick name) -> RespawnBot
And whenever you reload the map, just click this brick.

Name all of the bot spawn bricks, then create another brick that has the following events:
Code: [Select]
[x] 0 OnActivate -> (Spawn brick name) -> SetBotType -> Blockhead
[X] 0 OnActivate -> (Spawn brick name) -> RespawnBot
And whenever you reload the map, just click this brick.
NOEDIT: If this doesn't work, try increasing the bot limit via Advanced Options before you start your server.

Name all of the bot spawn bricks, then create another brick that has the following events:
Code: [Select]
[x] 0 OnActivate -> (Spawn brick name) -> SetBotType -> Blockhead
[X] 0 OnActivate -> (Spawn brick name) -> RespawnBot
And whenever you reload the map, just click this brick.
Worked! Thanks c: locking