Home   Help Search Login Register  

Author Topic: Two simple questions...  (Read 1015 times)

0 Members and 1 Guest are viewing this topic.

mrsert

  • Guest
Two simple questions...
« on: 19 Jul 2006, 03:31:01 »
I have a trigger set to add fuel to a convoy. So they can carry our their mission.  However I want the tigger to activate about 15 minutes into the game.  So the convoy doesn't take off right away. How do I do that?

Second, I have a group jumping from a plane. Once they have jumped I want the plane to disapper, or be removed from the mission. How do I go about doing that?

Thanks in advance...

Mr. Sert

Offline bedges

  • Administrator
  • *****
    • OFPEC The Editing Center
Re: Two simple questions...
« Reply #1 on: 19 Jul 2006, 09:09:40 »
first, one question per post unless they're closely linked.

on the triggers dialog box you have two bits called timeout and countdown. put 900 in all three boxes and the trigger will fire 900 seconds (15 minutes) later.

give the plane a name, then after they jump use

Code: [Select]
deletevehicle plane_name

Offline Seven

  • Members
  • *
  • Am I a llama?
Re: Two simple questions...
« Reply #2 on: 19 Jul 2006, 16:41:03 »
I wouldn't make the plane disapear just after all are ejected. Instead I'd wait for the plane to be away for 20 seconds so it looks a littlebit more reallistic.
Well that just an oppinion  ;D

Offline The-Architect

  • Former Staff
  • ****
  • Bite my shiny metal...
    • Bob's Un-official Flashpoint Page
Re: Two simple questions...
« Reply #3 on: 19 Jul 2006, 16:56:41 »
I'd make a script for the countdown. Dunno if it effects everyone but I've had bad experiences with long coundowns started from the dialogue box. Basically countdowns not working.
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 Martin Kuka

  • Members
  • *
Re: Two simple questions...
« Reply #4 on: 10 Aug 2006, 18:53:52 »
Let it fly away and on place where you cant see it anymore, place a trigger and group it with that plane.
On activation, Deletevehicle plane_name. I use this for a long time and had no problem with it.
Lets get rocked