Home   Help Search Login Register  

Author Topic: @ SYmbol  (Read 380 times)

0 Members and 1 Guest are viewing this topic.

Offline OFPWiZard

  • Members
  • *
@ SYmbol
« on: 31 Jan 2005, 12:49:42 »
What is dowa the @ symbol represent?

There is nothing on it in here:
http://ofpec.com/editors/comref.php?letter=num

Unless it is something like the if then commands

? a: b ... etc.

Ex:
@ not (c1 in t1) && not (c2 in t1) && not (c3 in t1)

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:@ SYmbol
« Reply #1 on: 31 Jan 2005, 12:56:30 »
It's in the comref if you look hard enough.  ;)

http://www.ofpec.com/editors/comref.php?letter=3#Script%20syntax
Plenty of reviewed ArmA missions for you to play

Offline nominesine

  • Former Staff
  • ****
  • I'm NOT back!
    • The IKB Forum
Re:@ SYmbol
« Reply #2 on: 31 Jan 2005, 13:19:17 »
...and it tells the script to wait at the @ until the condition following the symbol is met. Example:

@continue

tells the script to pause until the bolean variable continue is set to true.

The comref doesn't answer all of lifes little mysteries, but it's a damn good source for OFP editing.
« Last Edit: 31 Jan 2005, 13:19:47 by nominesine »
OFPEC | Intel Depot
RETARDED Ooops... Retired!

Offline OFPWiZard

  • Members
  • *
Re:@ SYmbol
« Reply #3 on: 31 Jan 2005, 13:37:38 »
i was there before... like i said...

but i am too lazy to read every word ... mostly skim through everything.

i found most of the information i looked for by myself, becuase i did 2 years ago.

i even remember a dude that created a sweet MP Mission on Malden... it was Capture and Hold the Flag.

His name started with a K. . . .

it was awesome.... but anyways yep thanks again... to everyone.