Jump to content
Sign in to follow this  
lonewolf12

moveinDriver - the person who activated the trigger....

Recommended Posts

i want someone who activated a trigger (through radio) to get moved into a helicopter. is there anyway of refering to the person who activated a trigger?

Share this post


Link to post
Share on other sites

I doubt that this would work, but you could try this.

On Activation

unit_name = this;

Initialisation

unit_name moveInDriver helicopter_name;

You could maybe even shorten it down to the below, I'm not too experienced with triggers.

Initialisation

this moveInDriver helicopter_name;

moveInDriver

moveInGunner

moveInCargo

Edited by MissileMoose

Share this post


Link to post
Share on other sites

i dont think this works sadly, and i cant find ANYWHERE on the net where they say this is possible. although i think this list might work..............ill have to google thislist

Share this post


Link to post
Share on other sites

In the On Activation field, you get the preset variable thisList that will contain the units that are in the trigger and satisfy the trigger condition. Alternatively "list <trigger name>" will get you that list as well

See here

OnActivation would in your case look like

(thisList select 0) moveInDriver helcopter_name;

Edited by Varanon
Additional info

Share this post


Link to post
Share on other sites
Guest

Crossposting is not appreciated, you already have a thread about this. When you recieve no reply you do not just start a new thread!

§9) Do not cross-post

Do not post duplicate threads in more than one forum simply to get an answer quicker or to draw more attention to your post.

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  

×