#Disabling "Delete Bot" does not consistently trigger the bot to respawn.
7 messages · Page 1 of 1 (latest)
I think I know why it's happening now. The bot WILL NOT respawn if "delete bot" is activated for longer than the bot's respawn time. Technically, we could pulse into delete bot and turn off spawning until the bot is needed again, but that sucks and the behavior still seems like a bug. Video attached showing how length of time contributes to the bug.
Don't know if this will help debug, but for some reason every other round, the bots WOULD spawn even after being "deleted" for longer than the respawn time. Not sure why.
I also feel like the setting should be renamed to "enable bot" and moved to the top of the toggles, but that's just me. I could see how "activate bot" and "enable bot" could get confused though.
For anyone that wants a quick fix... here is an example wire that fixes the issue.
basically, after the "delete" gets removed, it sends a falling pulse to a buffer set to 1 tick after, and quickly toggles the delete again. Because this new signal comes in, it basically overrides the last one and is not longer than the respawn time.
yeah i figured that this was happening