Wow, that’s getting really, really complex. I wouldn’t be able to set this up myself
BUT I found another way to avoid headaches: instead of using classes for each power-up, we could use other devices like the Health Power-Up Device, Damage Power-Up Device, and Mutator Zone Device (for speed), etc…
That way, we could combine multiple effects without any issues
However, some of the effects I want still require using classes (for example, flight and instant reload)
So that means I’ll need to create fewer combinations, but still some
Also, I’d like to add effects that can only be created in Verse, like aimbot or invisibility
I’d really appreciate it if you could make a code that manages all of that (I can share some existing Verse code for aimbot or invisibility). I can also give you more details, like how the effects are activated (conditional button, simple button) and whether there’s a timer before the effect expires, etc…