Jump to content

Syndidreamer

Member
  • Content Count

    4
  • Joined

  • Last visited

  • Medals

Posts posted by Syndidreamer


  1. Hello

    I need help making my Arma 2:OA Campaign

    i have my description.ext (not finished)

    class NoEndings

    {

    end1 = ;

    end2 = ;

    end3 = ;

    end4 = ;

    end5 = ;

    end6 = ;

    };

    class MissionDefault

    {

    lives = -1;

    lost = ;

    end1 = ;

    end2 = ;

    end3 = ;

    end4 = ;

    end5 = ;

    end6 = ;

    };

    class Campaign

    {

    name = "171st MSO Missions";

    firstBattle = Chapter1;

    class Chapter1

    {

    name = "Operation Dragon Rising";

    cutscene = ;

    firstMission = Operation Dragon Rising Day 1;

    class Operation Dragon Rising Day 1 : MissionDefault

    {

    NoAward = true;

    end1 = Operation Dragon Rising Day 2;

    end2 = Operation Dragon Rising Day 2;

    end3 = Operation Dragon Rising Day 2;

    end4 = Operation Dragon Rising Day 2;

    end5 = Operation Dragon Rising Day 2;

    end6 = Operation Dragon Rising Day 2;

    lost = Operation Dragon Rising Day 1;

    template = Operation Dragon Rising Day 1.Tropica;

    };

    class Operation Dragon Rising Day 2 : MissionDefault

    {

    NoAward = true;

    end1 = ;

    end2 = ;

    end3 = ;

    end4 = ;

    end5 = ;

    end6 = ;

    lost = Operation Dragon Rising Day 2;

    template = Operation Dragon Rising Day 2.Tropica;

    };

    };

    };

    };

    };

    };

    I keep getting this error when i click Campaign ingame

    File Campaigns\Operation_Dragon_Rising\description.ext, line 32: '/Campaing/Chapter1.': 'D' encountered instead of '{'

    Any help would be greatly appreciated since this is my first custom campaign

×