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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...