Vampurica / DZMS-DayZMissionSystem

A logic and useability rewrite of the DayZChernarus Mission System
17 stars 22 forks source link

Check All Units are Dead Before Completion #20

Closed Vampurica closed 10 years ago

Vampurica commented 10 years ago

Would like this done as a function call if possible to avoid needing to add a huge while loop to each mission.

No idea what it should look like though.

mudzereli commented 10 years ago

the ai cleanup code i wrote holds the units that are spawned for each mission, should be able to check both the distance of the player and the number of alive units in those arrays -- i can work on this