29.01.2018, 15:01
(This post was last modified: 29.01.2018, 15:07 by HammelGammel.)
"addGoto" suddenly being unrecognized by squirrel sounds like an error in your scripts.
Other than that, I currently use a signed 8 bit integer for the bot ids, which limits them to 127 (actually, 127 - getMaxSlots()). That just keep them from spawning on your client though and shouldn't cause serverside errors: There's probably something wrong with your script. I'll increase the theoretical limit of the ids to 32.768 with the next update. But the scripts aren't really optimized yet to handle that many bots, which might cause clientcrashes and serverlag. That's something I have to take care of.
Other than that, I currently use a signed 8 bit integer for the bot ids, which limits them to 127 (actually, 127 - getMaxSlots()). That just keep them from spawning on your client though and shouldn't cause serverside errors: There's probably something wrong with your script. I'll increase the theoretical limit of the ids to 32.768 with the next update. But the scripts aren't really optimized yet to handle that many bots, which might cause clientcrashes and serverlag. That's something I have to take care of.