Cant chang class at game start

Hey Q22nick22Q,

It may not have the instigator info (which player to affect) for a class change.

There are a few ways to do this, but its all about passing which player is included to the class selector, 2 possible methods are…

use the triggers to enable the wanted class selector and disable all the other class selectors
and maybe start a 1 sec timed objective which enables a mutator zone, all the class selectors are set to change player to class on the mutator zones, on player entered event.
That gives the class selector info on each player to change

Another way which is useful if the play area isn’t easily zonable is to use Player Reference Devices for each player, similar to the above method, use the triggers to enable/disable class selectors to get the desired one, and after the 1s time, use its time completion event to activate all the player references, and use all the on activated events from each Player Reference Device with the Change Player to Class function.