Jump to content
Sign in to follow this  
bjaerven

detected and hunted

Recommended Posts

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 pistols.gif  from enemy units so my group can sneak through.

Please help.gif

Share this post


Link to post
Share on other sites

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

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
Quote[/b] ]list trigger

It was plain there wink_o.gif

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

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×