So i’d like to make a 1v1 mystery duel, for me and 3 of my friends, where essentially, after every round, not just the heroes, but also the players who 1v1 also get randomly chosen. Also, can the rounds go infinitely?
of course the rounds can go infinity just use Disable Game Completion
or what whatever its called with Disable
& Completion
its the actions name, on a Ongoing Global
rule.
as for the players, you cant interact with spectators so you’ll need to have all players in-game at the same time & have a system to select 2 (very easy just 2 global variables that are set to a random player, dont forgot to filter the second one to exclude the first picked player)
then use some workshop stuff to turn the other players into a spectator for that round. i mean it would be as easy as just killing them on round start really… but you might want to move from 1v1 Elimination to FFA or your going to need to make sure the teams for the chosen players are opposite using Start Forcing Player Team
(i think thats the actions name)
and then if you do make it an FFA you’ll need to add your own logic for Rounds, Mystery Selections , etc… anything that Elimination is unique for. i personally find that stuff quite easy to do but someone less experienced like yourself might struggle a little. (for reference, i’ve been doing workshop since it released & i’ve made stuff as complex as Chess & 100 effects Chaos in the past)