Author Topic: Compound Condition Builder Question  (Read 1763 times)

rpoteat

  • Guest
Compound Condition Builder Question
« on: May 01, 2017, 12:20:15 AM »
I have a question about the condition builder.

right now, a command looks like this:

Begin Condition : [Engineering] Equals 'Astra' OR [Operations] Equals 'Astra' OR [Science] Equals 'astra'
    Play sound, '{VA_SOUNDS}\Voicepacks - HCS\hcspack\Role\Hello.wav'
End Condition

What i'm wondering is if there is a way to shorten this, or to search multiple stated (or defined) tokens for a stated condition. An example is below:

Begin Condition : [Engineering] OR [Operations] OR [Science] Equals 'astra'
    Play sound, '{VA_SOUNDS}\Voicepacks - HCS\hcspack\Role\Hello.wav'
End Condition

Is this possible, or can it (hopefully) be added in as an option in the future? In it's current state, the tool is extremely useful, but for some types of conditions, it seems too "bulky" (for want of a better term).

Any help/advice on this would be greatly appreciated.
As always, thanks for all the hard work!