Jump to content
Sign in to follow this  
mindstorm

Trigger check whom actived

Recommended Posts

hey

Is there a way to check which player activated a trigger when i set it to "BLUEFOR" for example?

thx in advance.

Share this post


Link to post
Share on other sites

There is a chance that if you have multiple units entering a trigger area within a short period of each other then the below may not identify the first, but the below code will return the first unit in the array of units in the trigger's area:

(thisList select 0)

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  

×