Jump to content
Sign in to follow this  
Guest

How do i?

Recommended Posts

Guest

I have a russian camp and patroling russians in safe mode,

West is a black ops guy that have to sneak into base without the alam going off.

Now how do i make the russians sound the alarm and go into combat mode if they find any of their comrades dead?

Anybody help me out here?

Share this post


Link to post
Share on other sites

For when the alarm goes off do a trigger like this if they soldiers don't get out of safe mode in the first place:

Condition : Alarm = True

On Activation : Groupname SetBehaviour Danger

I think that will work. As far as dead bodies, I'm not sure.

Share this post


Link to post
Share on other sites

I mostly use the following method for letting soldiers react:

Alarm all troops in an area

Create trigger 1

   

Name               : West Detected  

A                    : ?? (the range of the trigger, I place the trigger over the base)

B                    : ??

Activation By    : WEST

Activation Type : Detected by EAST

Repeating         : Yes

Condition          : this

Time min          : 1

Time mid       : 5

Time max       : 10

On Activation  : AlarmEast = true

Create trigger 2

Name           : East Forces Combat

A : ?? (the range of the trigger, I place the trigger over the base)

B              : ??

Activation By  : EAST

Activation Type: Present

Repeating      : Yes

Condition      : AlarmEast

Time min       : 1

Time mid       : 5

Time max       : 10

OnActivation   : cmode="COMBAT"; "_x setbehaviour cmode" forEach thislist

     

Create trigger 3

Name           : West disapperead / Disable Alarm

A : ?? (the range of the trigger, I place the trigger over the base)

B              : ??

Activation By  : None

Activation Type: ---

Repeating      : Yes

Condition      : AlarmEast

Time min       : 25

Time mid       : 35

Time max       : 45

OnActivation   : AlarmEast = false

Create trigger 3

Name           : East Forces Safe

A : ?? (the range of the trigger, I place the trigger over the base)

B              : ??

Activation By  : EAST

Activation Type: Present

Repeating      : Yes

Condition      : !AlarmEast

Time min       : 1

Time mid       : 5

Time max       : 10

OnActivation   : smode="SAFE"; "_x setbehaviour smode" forEach thislist

I took this method from the BIS mission "steal the documents"?

Share this post


Link to post
Share on other sites
Guest

Oki i'll try to do it exactly as you say, but will this set of the alarm and make the russians go into combat mode if they fint a dead russian, but West black ops is nowhere to be seen?

Thanks everybody that has helped me over the past couple of months.

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  

×