Jump to content
mr_shadow

Spawn point if no enemeis around

Recommended Posts

Hi guys,

Does anyone know the way to make the spawn point availible only if there are no enemies around?

So it's like the point was captured by friendly troops, however if the enemy will capture this point, I want to make it a spawn point only for enemy team players.

Thanks for any help.

Edited by mr_shadow

Share this post


Link to post
Share on other sites

Sync a spawn point to a trigger with condition: <enemy side> NOT PRESENT

Share this post


Link to post
Share on other sites

But how to make it to work only if there are only friendly troops at this point or it will be available at any time(which I don't want)?

Share this post


Link to post
Share on other sites

I have tryed to use in condition :

({side _x == west} count thisList > {side _x == east} count thisList)

Both syncronising or making completely new point, so far I failed, any ideas how to do it?

Share this post


Link to post
Share on other sites

I made two triggers and synced them both to the respawn point.

First Trigger:

Activation: OPFOR

REPEATEDLY

NOT PRESENT

Second Trigger:

Activation: BLUFOR

REPEATEDLY

PRESENT

(F7) Modules

Category: Multiplayer

Module: Respawn Position

(F5) Synchronize

Hold left mouse button on First Trigger and drag a line to Respawn Position and release.

Hold left mouse button on Second Trigger and drag a line to Respawn Position and release.

Seems to work ok.

Edited by DreadPirate
More details

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

×