lonewolf12 1 Posted June 5, 2013 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
MissileMoose 10 Posted June 5, 2013 (edited) 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 June 5, 2013 by MissileMoose Share this post Link to post Share on other sites
lonewolf12 1 Posted June 5, 2013 thanks for the reply Share this post Link to post Share on other sites
lonewolf12 1 Posted June 7, 2013 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
Varanon 892 Posted June 7, 2013 (edited) 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 June 7, 2013 by Varanon Additional info Share this post Link to post Share on other sites
Guest Posted June 7, 2013 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-postDo 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