Im not sure if this has been asked I've tried looking and haven't found it asked b4 . I'm making a Ctf map and I want to delay spawn a warthog on the map I know u have timers but is there a way that blue warthog spawns after red captures the first flag and vice versa? Or is that to complicated for forge?
Unfortunately, you can't trigger spawns (or anything else for that matter) off of anything but time AFAIK.
you might be able to make a vehicle not respawn until round is over and make one capture per round...
Just thought of something else to do. You can use spawn zones and put the warthog in an area only accessible via spawn. In the spawn zone traits for CTF you can put the label CTF_Res_Zone_Away, which implies the spawn zone type while the team's flag is away. So put a couple of spawn points in a room with a one-way shield door and a warthog. In order to prevent spawning in there if flag is home, you would have to put an anti res zone with the label CTF_Res_Zone_Home. Hope this helps