#What do I put for position if I have team spawns?
1 messages · Page 1 of 1 (latest)
Position is the position where u want the target to respawn in
The rotation is where the target should face when he spawns
Yeah but I have two different spawns for the different teams how would that work?
Oh
First do u have a chip to differentiate between the teams?
This is all I have for team spawns which works upon the start of the game
U need a cv2 chip to differentiate between both teams
Otherwise u have to make your whole system cv1 afaik
What chip do I use?
For a cv1 health system?
For the 2 teams in cv2
U can use ints, Booleans, floats, and ETC
But I would recommend to use booleans
Bool variable
Depends on how many teams u have
If 2 use bool variable (recommended)
Do I put like a game state chip in it or something?
No
Cv2
No need for game states
Oh what would I use then
Boolean
Bool variable
Cv2 chip
And then determine if the bool is true then player is in team 1 and if the bool is false then player is on team 2
U can use an if value and connect both respawn points from each team and connect the bool to it
So would I get two of those coordinate things and put those in or get a respawn point like this