team_WOLF_objective


(Higgins) #1

What is the script command to change a team_WOLF_objective team. I want it to change teams, have the new team flag show up on the command map. Was it some thing like ‘alertentity’ 0 for axis and 1 for allies?


(Qexpres) #2

I thought it was like this:
alertentity “bunkerWOLF”
and then “bunkerWOLF” is the targetname of the team_WOLF_objective.
alertentity just turns of the active spawns and activates the inactive spawns (if neccesary).

{Just-Me}


(Higgins) #3

Well maybe ill just use 2 team_WOLF_objective’s, and turn them on and off when ever a team takes the spawn area.


(S14Y3R) #4

alertentity team_wolf_objective will change the flag for the teams, depending on what it was set to at the start. like if it starts as an Axis spawn, then alertentity would switch it to Allies. If you want neither team to have it at the start, just start it invisible (setstate team_wolf_objective invisible) then turn it on later.