Jump to content
Sign in to follow this  
commanderx

Who triggered the trigger?

Recommended Posts

Hi,

 

have a trigger created with a script. Trigger activition is BluFor present and the trigger itself works fine.

 

How do i know, who triggered the trigger?

 

Didn´t find it in the Biki.

 

Thank you very much

 

Commander

Share this post


Link to post
Share on other sites

Hi,

 

have a trigger created with a script. Trigger activition is BluFor present and the trigger itself works fine.

 

How do i know, who triggered the trigger?

 

Didn´t find it in the Biki.

 

Thank you very much

 

Commander

 

that is what thisList gives u...

 

EDIT:

At KKs Tutorial about Triggers it is all explained for script created triggers:

ArmA Scripting Tutorials: Triggers

 

this is the command that provides the list of all objects which passed triggers condition:

list

Share this post


Link to post
Share on other sites

Thanks for the advice! Will try that.

 

But after reading in KKs tutorials I better stick with waituntil or so :D

Share this post


Link to post
Share on other sites

would probably be the 

thisList select 0 

or if you prefer
 

list yourtrigger select 0
  • Like 2

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  

×