Jump to content

Mission only once per restart


Recommended Posts

its dependend on the missionsystem.

but basically you want to do something like this:

1. find the array which contains the missionnames (e.g. in DZMS: DZMSMajorArray)

2. find the scipt which selects the missions. (e.g. in DZMS: DZMSMajorTimer.sqf)

in there, the mission gets selected (_varName).

after it was selected, substract it from the array like this:

3. DZMSMajorArray = DZMSMajorArray - _varName;

now the array contains all mission minus the selected ones. (works only if the arrayname is a global variable, or directly used in the script as a private variable)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...