Jump to content
Jacktherookie

I need help with this scripts

Recommended Posts

Hello, I really need your help.

Problem is - When people activates trigger, (Trigger is activated when BLUFOR unit is present in trigger area)

Basically I want to make an array who have activated trigger or I want unit who have activated trigger.

Share this post


Link to post
Share on other sites

Where's the script?

 

Do you mean thislist?

Share this post


Link to post
Share on other sites
1 hour ago, POLPOX said:

Where's the script?

 

Do you mean thislist? 

I search in wiki and I found that isn't one that I'm looking for.

My exact wish is to return value(unit) that activated trigger

Share this post


Link to post
Share on other sites

@Jacktherookie, in your case you need to use thisList magic variable, because it contains units whos activated trigger. If you want get only one of them use this code:

_unit = 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

×