Jump to content
Sign in to follow this  
logandog1240

Continuous Coop Campaign Questions

Recommended Posts

This new Thread in my hopes will be a continuous stream of question in regards to the campaign im making at the moment, anyone who has one is free to ask a question, as thats 90% of what I will be doing. My questions will include anything from basic Ai scripting to animations to triggers etc. Hopefully this thread will be long lived and informative.

---------- Post added at 12:52 AM ---------- Previous post was at 12:38 AM ----------

My first question is how would i place a trigger where if more than a certain amount of opfor die within a specified area ai nearby would go into high alert mode to investigate?

Share this post


Link to post
Share on other sites

For basic scripting and pretty much an introduction to everything else read the guide in my sig.

For all arma2 commands:

My first question is how would i place a trigger where if more than a certain amount of opfor die within a specified area ai nearby would go into high alert mode to investigate?

Info on triggers:

Opfor present trigger.

Type: Switch and repeated.

Condition:

({alive _x AND vehicle _x in thisList} count allUnits) < 5

Condition is checking for how many of the east side is alive and in trigger area either on foot or in a vehicle, and if its less than 5 it activates.

Read guide about triggers and make your patrols or standby guards use a combination of synchronized hold waypoints, SAD and cycle waypoints etc..

You can even have patrols doing some waypoints and with some clever usage of switch, you can make them change patrol route, like going to check inside trigger area etc.

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  

×