-
Notifications
You must be signed in to change notification settings - Fork 38
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
allow autohosts to open multiple battles #58
Comments
related to #57 |
can be easily done after #135 is implemented |
n2s, since channels save stuff to db, can't use battle_id for channel name |
add the attribute battle_id to channels? :-P |
I'm working on making Battle a derived class of Channel! |
n2s ideas: FORCETEAMNO, FORCEALLYNO, FORCETEAMCOLOR, FORCESPECTATORMODE, HANDICAP this leaves the following commands needing changes: |
it should be possible for bots to open multiple battle at once.
migration path:
commands needed to be changed:
REMOVESCRIPTTAGS
SETSCRIPTTAGS
SCRIPTSTART
SCRIPTEND
ADDSTARTRECT
REMOVESTARTRECT
UPDATEBOT
REMOVEBOT
ENABLEUNITS
ENABLEALLUNITS
DISABLEUNITS
FORCESPECTATORMODE
FORCEALLYNO
FORCETEAMNO
KICKFROMBATTLE
HANDICAP
MYBATTLESTATUS
LEAVEBATTLE
...
(ugh, list is larger than i thought)
The text was updated successfully, but these errors were encountered: