Announcement

Collapse
No announcement yet.

checkflag parameters order

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • checkflag parameters order

    Does it really matter which order the state and flag parameters are entered for a checkflag trigger. I have seen them in both flag then state and state then flag orders and both seem to work.
    eg
    CHECKFLAG
    who=Russians
    flag=0
    state=On

    CHECKFLAG
    who=Russians
    state=On
    flag=0

    The manual says the former is correct.

    And how about the continuous modifier? Does this come before the who parameter or after the last parameter? I have seen it again used in both places.
    <font size=1 face=Arial color=444444>[This message has been edited by a_bates (edited August 31, 2000).]</font>

  • #2
    The order of parameters does not seem to make any difference in any of the event structures. Case however seems to matter sometimes. On and Off don't seem to work to good but on and off work fine. Also, randomize seems to need to be lowercase.

    Comment

    Working...
    X