Hi, I’m making a map where I wanted to give player device that will kill every player expect him, so I made a pilot signal which activates, explosive device, and everything would be alright expect that, expolsive device targets “teams”, so I would have to make the player, change his team for example to “team 2” when he presses pilot, but I have now idea how can it be done with the signal pilot. Any suggestions???
Using a class selector to change teams requires a respawn, but changing class doesnt…so
Maybe you could use a damage volume triggered by the explosive device to eliminate everyone, the pilot changes to a class with a class selector, and the damage volume can ignore that class when using its inverted class selection option.
oh I see, I’ll try that. thanks