For those of you who play on maps with fireflowers (or use the Mario bros addon), there was an issue with fireflowers taking over your ring functionality.
Welp, not anymore! If you change your skin the script will automatically check if you have a fireflower and remove it!
If you see two numbers in your console appearing every time you switch teams, that's due to me forgetting to delete a debug print.
This is a quick fix, sorry about that.
Ok, there's been a few changes I've been working on.

New console variables!

IntermissionTeamChange On/Off (Default is Off)

This variable controls whether or not players are allowed to switch to and from spectating during intermissions. I recommend you keep this off if you're playing public games.
However this variable does nothing if ForceIntermissionJoin is enabled. Read below for more details.

ForceIntermissionJoin On/Off (Default is Off)
This is your nuke button. If you set this variable to On then all players will be forced out of spectating during intermissions. This stops players from spectating before a match ends to avoid being IT.
This command will also stop players from changing teams during intermissions regardless of IntermissionTeamChange being on or off (it basically beats it out, this is intentional).
Please keep in mind that this is a last resort, forcing players out of spectator when they just want to watch could cause anger, complaining, and/or abandonment of your game. Only use this if the tactical spectating becomes a problem.
This variable doesn't stop spectating during game, it only enters every player in game to make IT selection fair.

Besides that I also cleaned up the code and re-ordered some functions and lines to better optimize it.
So turns out players adapted by just spectating during intermissions and joining back in during the countdown.
I made a quick tweak in the script to stop this.
Yeah, turns out M is only for Match maps, even though my script is meant for Tag the M is not required or confusing.
Just clearing that up now, it's only using the prefix L now.
Sorry bout that!
Back
Top