Jump to content
Sign in to follow this  
Twiznak

[Help] Random mission selection from Server.cfg Mission Cycle?

Recommended Posts

Hello. I Have 16 missions loaded up and running on my server. However, I want the sever to choose a random mission from the mission cycle. Is this possible? If so, would someone who has the know-how and skills please show me how to do so? I have included my mission cycle in the post. Thank you.

 

Mission cycle

Spoiler

// MISSIONS CYCLE (see below)
class Missions {
       class Mission_0 {
                template = omniV2.Abramia;                         
                difficulty = "Regular";                            
        };
 class Mission_1 {
                template = omniV2.Beketov;                         
                difficulty = "Regular";                            
        };
 class Mission_2 {
                template = omniV2.Cernarus;                         
                difficulty = "Regular";                            
        };
 class Mission_3 {
                template = omniV2.Esseker;                         
                difficulty = "Regular";                            
        };
 class Mission_4 {
                template = omniV2.Hellanmaa;                         
                difficulty = "Regular";                            
        };
 class Mission_5 {
                template = omniV2.Lythium;                         
                difficulty = "Regular";                            
        };
 class Mission_6 {
                template = omniV2.Namalsk;                         
                difficulty = "Regular";                            
        };
 class Mission_7 {
                template = omniV2.Napf;                         
                difficulty = "Regular";                            
        };
 class Mission_8 {
                template = omniV2.Panthera;                         
                difficulty = "Regular";                            
        };
 class Mission_9 {
                template = omniV2.pja308;                         
                difficulty = "Regular";                            
        };
 class Mission_10 {
                template = omniV2.pja310;                         
                difficulty = "Regular";                            
        };
 class Mission_11 {
                template = omniV2.pja314;                         
                difficulty = "Regular";                            
        };
 class Mission_12 {
                template = omniV2.pja319;                         
                difficulty = "Regular";                            
        };
 class Mission_13 {
                template = omniV2.Ruha;                         
                difficulty = "Regular";                            
        };
 class Mission_14 {
                template = omniV2.WL_Rosche;                         
                difficulty = "Regular";                            
        };
 class Mission_15 {
                template = omniV2.xcam_taunus;                         
                difficulty = "Regular";                            
        };
};

 

  

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  

×