Jump to content
Sign in to follow this  
matajari

Question: Different kind of spawn for west and east

Recommended Posts

Hey guys

For a mission i want do have a different kind of spawn for the factions.

So east spawn have a base spawn and west side spawn at the same position.

Is this possible?

best regards and have nice holidays

Share this post


Link to post
Share on other sites

Like same position as East? Or do you mean that you want West side spawn at the same position where they Died? I think you can try to use:

If (side player==west)then {Respawn = 2; RespawnDelay= whatever; respawnDialog=whatever;} else {Respawn = 3; RespawnDelay= whatever; respawnDialog=whatever;};

Click MEEEE!!!!

I cant try if it works right now, iam at work.

Also this question belongs to Arma 2 oa editing forum.

Edited by Mirek
Missing bracket

Share this post


Link to post
Share on other sites

Hey there

Thanks for your help, i found a another way:

Trigger 1:

condition: !alive Soldier1

on Dea. Soldier1 setpos getpos respawn_east

Trigger 2:

Type: Switch

Name: respawn_east

and yes, im in the false subforum, sorry :/

nice holidays

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×