ok in my map i got 2 capturable spoawn… i want the axis to have bot ha t default… so it happens, i spawn at the closest one, but in teh limbo menu b4 game starts i cant select to spawn at one of them, same until i have captured them so basically… my question is how do imake it so they can spawn at eitehr spawn in the beginneing…
the second one is… is when the gamestart, i have to capture the flag that they spawned at(thexis) and then i die and i should erspawn right were i captured hte flag but i spawn at hte otehjr spawn… heres the code…
trigger axis_capture
{
accum 0 abort_if_equal 0
accum 0 set 0
wm_announce "Axis reclaim the Cafe!"
setstate cafe_spawn_wobj default
setautospawn "Cafe" 0
setautospawn "City Entrance" 1
alertentity cafe_spawn_wobj
alertentity cafe_spawn
accum 8 abort_if_equal 1
accum 9 abort_if_equal 1
alertentity cafe_spawn_wobj
accum 9 set 1
}
as u can see i alternate the cafe spawn(these are the spawns, all named with same name for axis and allies at thsi spawn) so i was thinkingthe problem could be that wehn the axis capture it initially, it changes it so teh allies spawn there… even though the setautospawn is set to taht ares. woudl i fix this by changign the names of the allied spawn to somethign different then the axis so for the initial capture by the axis, it dosent turn the allied spawns on adn the axis off…
i am not sure because htei problem might be able to be solved by fixing the first question.
thanks. sorry if its confusing lol

