Ah HellsHero, right.
And no, mine is something different. :)
I just thought it was odd since someone else was already working on it.
But it's fine. Do what you think is best of course. :)
Yeah HammerEditor is working on it, but idk if he will finish.
To set a minigame's lives to 1 should I do %minigame.lives = 1; or is there a function for it?
I would do
%mini.setPref("Minigame","Lives",1); That way it will update all the players.
Can you add a setting for the spectator camera to control whether people can view invisible players (You could probably test for a couple methods of making players invisible). Possible options could be "Always," "Teammate-only," and "Never." Only thing that might be worrying is if someone turns invisible when players are already spectating them. Still, it's one of the problems we've had with boss battles. It's nice to be able to spectate the boss, but not when people are constantly giving away his location if he's a class that can cloak.
It's possible. How do you define invisible?
I saw. Whenever I get around to a S&D update.