Home   Help Search Login Register  

Author Topic: updating mission during action  (Read 681 times)

0 Members and 1 Guest are viewing this topic.

Tobruk

  • Guest
updating mission during action
« on: 20 Jul 2003, 07:24:58 »
How does one go about setting a trigger to add a new objective in the middle of a mission?

LAPD

  • Guest
Re:updating mission during action
« Reply #1 on: 20 Jul 2003, 12:44:38 »
You hide the objective, and then you activate it using a trigger.

In your init.sqs, let's say it's your first objective, you'll write:
Code: [Select]
"1" objstatus "Hidden"
Then, in the 'on activation' field in the trigger, you'll write:
Code: [Select]
"1" objstatus "Active"
That's should do it.

The objective is there all the time, just that they won't see it in the notebook, until you activate it.
« Last Edit: 20 Jul 2003, 12:46:02 by LAPD »

Tobruk

  • Guest
Re:updating mission during action
« Reply #2 on: 20 Jul 2003, 16:07:05 »
Thanks LAPD, I'll try that.

Now I need to figure out how to have that update come over the radio.

Offline dmakatra

  • Members
  • *
  • Better known as Armsty
Re:updating mission during action
« Reply #3 on: 20 Jul 2003, 17:00:53 »
Thanks LAPD, I'll try that.

Now I need to figure out how to have that update come over the radio.

U mean updating retry? Choose a radio, like juliett, repeatedly, and in on act field: SaveGame

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:updating mission during action
« Reply #4 on: 21 Jul 2003, 11:29:40 »
Read snYpir's excellent "How to use Objectives and init.sqs" available now in the Ed Depot.

If you're still having problems with the radio part can you give us a bit more detail?
Plenty of reviewed ArmA missions for you to play