bjaerven 0 Posted October 22, 2005 Problem: I have a couple of triggers that makes a couple of enemy groups use "leader mygrp" as waypoint when any resistance (my side) is detected (trigger: detected by east). This "simulates" that when the enemy detects us he radios for assistance and other groups come running (as they would irl). The problem is that I want the soldier/group that activated the trigger to be "hunted". As it is now another group from my side can activate the trigger but my group gets hunted. What I want to do is have another group from my side go in and make contact with the enemy and draw the attention  from enemy units so my group can sneak through. Please Share this post Link to post Share on other sites
Balschoiw 0 Posted October 22, 2005 list trigger and give a domove for the enemies to the units that actually are in trigger radius. Share this post Link to post Share on other sites
bjaerven 0 Posted October 22, 2005 Yes, but how do I do that? I wont get it done with: doMove "to unit in trigger" However I have just resolved the problem: activation field: klant = thislist select 0; bmp1 move getPos klant it was the "thislist select 0" that I was searching for.. Share this post Link to post Share on other sites
Balschoiw 0 Posted October 23, 2005 Quote[/b] ]list trigger It was plain there A look in the comRef doesn´t hurt once in a while. Glad you got it solved. Share this post Link to post Share on other sites
subroc 4 Posted May 12, 2006 is thislist possible to use in my case? i want a suicide bomber to stand waiting unit any west or res soldier moves into a trigger (or is detected by bomber) then i want the bomber to domove to the unit that triggered and blow them both up. Share this post Link to post Share on other sites
TYsiEK 0 Posted May 12, 2006 Try this <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> Unit/group move getPos (thislist select x) x is number of unit. When x is 0 then 0 is first unit who activated the trigger. So You can write it in activation area in trigger options when enemy side is set as units who activating the trigger. Share this post Link to post Share on other sites