Jump to content

Recommended Posts

Hello good people ! i don't know if this is the right place to post this, but I'm having trouble getting mission rotation to work.

my Class mission is setup like this

 

class Missions
{
    class Mission01
    {
        template="Conquest-Ported.zargabad";
        difficulty="regular";
        class Params {};
    };
    class Mission02
    {
        template="ConquestTestEngland.swu_public_Imber_uk";
        difficulty="regular";
        class Params {};
    };
    class Mission03
    {
        template="ShapurConquest.Shapur_BAF";
        difficulty="regular";
        class Params {};
    };
    
};

 

 

im using persistent = 1; and -autoinit.

 

when the mission is over, it dont really end but put people back to the slot screen, but it never changes or reloads the pbo.

im out of ideas :)

 

looking forward to hear from you or getting put in the right direction!

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

×