Home   Help Search Login Register  

Author Topic: @ a certain time!  (Read 496 times)

0 Members and 1 Guest are viewing this topic.

Offline Captain Crunch

  • Members
  • *
@ a certain time!
« on: 19 Jan 2004, 09:03:39 »
Many questions, many questions!!!


   I want to start a script at the begginning of my mission. At a precise time of the game, I would like a Scud missile to be launched. I know of one way:

I start my mission at 07:00 so if I want the Scud to be launched at 08:00, I type at the begginning of the script:

Code: [Select]
~3600
Then the rest of the script.

My question is, isn't there a nicer way to do this? I've seen in the comref the function "@" but can't figure out a correct syntax. Is there one?

Thanx for Your support!
Back to the forest!

Offline Artak

  • The old beanbag shaker
  • Former Staff
  • ****
  • You want to talk about it, yes?
    • OFP Team Finlanders
Re:@ a certain time!
« Reply #1 on: 19 Jan 2004, 09:16:06 »
Try
@daytime >= 8
Not all is lost.

Offline Captain Crunch

  • Members
  • *
Re:@ a certain time!
« Reply #2 on: 19 Jan 2004, 09:29:42 »
Works great thanx Artak!!!

Back to the forest!