Jump to content
avibird 1

Need a little help I am having a senior moment.

Recommended Posts

I have a radio trigger to check for how many enemy units are still left in the AO.  My trigger works fine for IND however I recently made some modifications to the mission and edit some Russian spetsnaz reinforcements to the mission.  I can't remember how to incorporate East with independent in the trigger.

 

 My current trigger setup works fine.

 

Type none

Activation  radio juliet

Repeatable

 

Condition 

Player == TC || player =P10

On activation

 

Hint str ({ side _x == INDEPENDENT && {player distance _x <6000}} count allunits ); 

 

 

If a swap INDEPENDENT for east it works but I want to have it work for both what is the best way to consolidate the code line for it to work. Avibird 

Share this post


Link to post
Share on other sites

Hint str ({ side _x in [EAST,INDEPENDENT] && {player distance _x <6000}} count allunits );

  • Thanks 1

Share this post


Link to post
Share on other sites

Lol that simple. I was adding ( ) ; || ect thank you Avibird

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

×