Jump to content
Sign in to follow this  
tambovskya

Simple Question: sideChat to allUnits?

Recommended Posts

I would like a trigger that can write in sideChat to every blufor unit in the area.

Example: allUnits sideChat "Just some random text";

** If you can do these also **

1. Inside Trigger allUnits take no damage.

Share this post


Link to post
Share on other sites

name a unit for example " officer "

then in the trigger onact field write officer sidechat "just some random stuff";

Share this post


Link to post
Share on other sites
name a unit for example " officer "

then in the trigger onact field write officer sidechat "just some random stuff";

That's the only way? I know that way, but the reason I posted is I wanted to find out if It's possible to just make it universal with allUnits.

Share this post


Link to post
Share on other sites

{if (side _x == west AND _x in thisList) then {_x allowdamage false};} foreach allunits;

let me know if that works ^^ for the units in trigger radius to take no damage

if the team you want to protect is east , just change west to east

write in sideChat to every blufor unit in the area.
That's the only way? I know that way, but the reason I posted is I wanted to find out if It's possible to just make it universal with allUnits.

i dont understand what your asking for?

Edited by ryanbeckey0

Share this post


Link to post
Share on other sites
{if (side _x == west AND _x in thisList) then {_x allowdamage false};} foreach allunits;

let me know if that works ^^ for the units in trigger radius to take no damage

if the team you want to protect is east , just change west to east

i dont understand what your asking?

The way that you wrote it makes the sideChat only seen by ONE unit.

Share this post


Link to post
Share on other sites
no it doesnt, it lets the whole side see what was written

I feel like an idiot. Thank you, and the noDamage script works like a charm. Much appreciated.

Do you have Skype by any chance?

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  

×