Home   Help Search Login Register  

Author Topic: I want obj complete.  (Read 611 times)

0 Members and 1 Guest are viewing this topic.

proximity2000

  • Guest
I want obj complete.
« on: 26 Feb 2004, 15:55:09 »
I have a objective where iam going in to a tank. When i have dont that i want obj completed...what is the command?

Offline IceShade

  • Members
  • *
Re:I want obj complete.
« Reply #1 on: 26 Feb 2004, 16:09:33 »
You need a trigger which checks wether you are in the tank or not.. I assume you already have that trigger and are now stuck at the objective trigger. Also assuming that you have already made the briefing or there will be no objectives to be completed.

Place in the activation area:

"objective number" status "done"
If it's your first objective to complete, it's "1" status "done"  and so on.

The unofficial command reference manual is very handy and it includes the objectives trigger.

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:I want obj complete.
« Reply #2 on: 26 Feb 2004, 16:32:52 »
Actually its not "status" is objStatus

"1" objStatus "done"

Read snYpir's excellent tute "how to use objectives and init.sqs".

If you're stuck with how to detect if the player is in the tank, there are a couple of ways

Condition:    loon1 in tank1

or

Condition:   vehicle loon1 == tank1

Syntax not guaranteed.   Obviously in this example you would have to name the units loon1 and tank1.
Plenty of reviewed ArmA missions for you to play

Offline IceShade

  • Members
  • *
Re:I want obj complete.
« Reply #3 on: 26 Feb 2004, 16:34:04 »
!@#!

I can't believe I made a typo in that!
Sigh.. Gotta stop eating this indian java food.

Offline The-Architect

  • Former Staff
  • ****
  • Bite my shiny metal...
    • Bob's Un-official Flashpoint Page
Re:I want obj complete.
« Reply #4 on: 27 Feb 2004, 01:16:36 »
Add a hint too, to get that ping sound.
 ;)
James Andrew Wilkinson 1977 - 2005 R.I.P.
"If it ain't the friggin' incoming it's the friggin' outgoing. Only difference is who gets the friggin' grease, and that ain't no friggin' difference at all."

Offline IceShade

  • Members
  • *
Re:I want obj complete.
« Reply #5 on: 27 Feb 2004, 01:17:43 »
I do that too ;)