Results 1 to 5 of 5

Thread: How Do I Create and Add Objectives?

  1. #1
    Yet another question from a newbie to Editing. I have the basic bones of my mission - I have created the enemy bases and targets, added units.

    I want 3 objectives -

    1. Kill an officer
    2. Destroy Shilka1
    3. Destroy Shilka2

    I have added the required units and named them officer, shilka1 and shilka2

    I have used CHris's Editor thing to create a breifing and added the three objectives. But I don't know what I need to do to get them up and running in game. Do I use triggers, scripts or the init line in the units to activate the objective list.

    I have created a trigger that ends the game when all the units are dead using the

    <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">not alive shilka1[/QUOTE] etc.

    But I don&#39;t think thats the best way to end. I&#39;d like to end the game using the individual objectives.

    Is there anyone out ther that can offer some advice in plain languange? I really don&#39;t understand much about this editor just yet.

    Rich
    <span style=\'color:red\'>If you keep an open mind long enough someone will throw trash in it.</span>


  2. #2

  3. #3
    Warrant Officer ck-claw's Avatar
    Join Date
    Oct 29 2005
    Location
    On The End Of A Bottle Of Cider-Somerset - UK
    Posts
    2,241
    You could try in the activation:-

    not (alive officer) and not (alive shilka1) and not (alive shilka2)

    in the TYPE of the trigger and choose End #1
    to end the mission&#33;

    and another trigger :- not (alive officer)
    and instead of :- end #1 select NONE
    then select EFFECTS -text so that when officer is killed,

    text says? Good job guys officer illiminated&#33;

    and two triggers for the shilka&#39;s&#33; -for text hints

    Gez hope that made sense?





    How Ppl Treat Me Is Their Path, How I Respond Is Mine...

  4. #4
    Yeah - I know that the search is a cool feature and I already read that topic. It means nothing to me, what I need to know is how to make and use objectives. I don&#39;t understand init files and stuff like that yet.

    Any more help will be appreciated.

    Rich

  5. #5
    I managed to figure the issue out.

    Rich

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •