Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/addbot, /kick requires some fixing #145

Open
Dankage102 opened this issue Aug 26, 2022 · 3 comments
Open

/addbot, /kick requires some fixing #145

Dankage102 opened this issue Aug 26, 2022 · 3 comments

Comments

@Dankage102
Copy link
Contributor

/addbot1 Billy works but /addbot Boogie Man doesn't

Added few Billys then tried to kick them with /kick Billy command several times by pressing "/" two times to execute last command quickly and I could only kick few of them and then command stopped working, second time last Billy got bugged...

@BranDougherty
Copy link
Member

If there is a space in the bot name, you need to quote it, like /addbot "Boogie Man". Also there are generally some issues with code allowing players to be added to teams which are not valid for the current gamemode that need to be addressed.

Also I can't quite replicate the /kick Billy bugs you're talking about. If you are still having these bugs please provide a concrete series of steps to reproduce them, preferably with no scripts required.

@Dankage102
Copy link
Contributor Author

Dankage102 commented Aug 29, 2022

I can't find a reason why quotes are necessary in that case, for me it's the same as /say Many spaces in that sentence which doesn't need them, Soldat 1.7.1 never needed them either. Also some SC2 scripts rely on Command procedure and if some of them uses Command('/addbot Boogie Man') then it will need to be changed to Command('/addbot "Boogie Man"'). As for /kick Billy I really did poor explanation, I actually think recording a video will be best in that case.

"Also there are generally some issues with code allowing players to be added to teams which are not valid for the current gamemode that need to be addressed." - Please don't "fix" that, it's actually a feature used by many mods, for example climb servers using "Charlie team" to apply "god-mode" on a player or laststand mode using "Charlie team" for "scarecrow" type of a dummy bot and "Delta team" for "sentry" dummy bot.

@Dankage102
Copy link
Contributor Author

There's the vid i promised to record, didn't try it on most recent version though https://youtu.be/7_E7ALQdT9E

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants