Guest Posted January 21, 2003 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
Harnu 0 Posted January 21, 2003 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
Ottie 0 Posted January 22, 2003 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   : WESTActivation Type : Detected by EASTRepeating     : YesCondition      : thisTime min      : 1Time mid    : 5Time max    : 10On Activation  : AlarmEast = trueCreate trigger 2Name      : East Forces CombatA : ?? (the range of the trigger, I place the trigger over the base)B        : ??Activation By  : EASTActivation Type: PresentRepeating    : YesCondition    : AlarmEastTime min    : 1Time mid    : 5Time max    : 10OnActivation  : cmode="COMBAT"; "_x setbehaviour cmode" forEach thislist    Create trigger 3Name      : West disapperead / Disable AlarmA : ?? (the range of the trigger, I place the trigger over the base)B        : ??Activation By  : NoneActivation Type: ---Repeating    : YesCondition    : AlarmEastTime min    : 25Time mid    : 35Time max    : 45OnActivation  : AlarmEast = falseCreate trigger 3Name      : East Forces Safe A : ?? (the range of the trigger, I place the trigger over the base)B        : ??Activation By  : EASTActivation Type: PresentRepeating    : YesCondition    : !AlarmEastTime min    : 1Time mid    : 5Time max    : 10OnActivation  : smode="SAFE"; "_x setbehaviour smode" forEach thislistI took this method from the BIS mission "steal the documents"? Share this post Link to post Share on other sites
Guest Posted January 22, 2003 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