State Bags
We're using State Bags to identify entities that are part of the sled race.
Name
Explanation
Entity(...).state.isSledVehicleThis State Bag is applied to all sleds spawned within a round.
Player(...).state.isSledPlayerThis State Bag specifies all players that are part of a round.
Player(...).state.isSledQueueThis State Bag is applied to all players in the queue. It will be set to false if you're a sled player, as you will be removed from the queue.
Last updated