Author Topic: need help with if  (Read 1492 times)

beau

  • Newbie
  • *
  • Posts: 5
need help with if
« on: March 26, 2020, 05:09:30 PM »
Hi all,
this if is from the manual the graphical interface does not look like this
is there a video to show how to do this

If myVariable Equals 1 Then
 Do This
 Do That
 Do Other
Else If myVariable Equals 2 Then
 Do This
 Do That
 Do Other
Else If myVariable Equals 3 Then
 Do This
 Do That
 Do Other
End If





Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4761
  • RTFM
Re: need help with if
« Reply #1 on: March 26, 2020, 07:13:40 PM »
As the "Using the Condition Builder" section (where that text is from) of VoiceAttackHelp.pdf mentions, you can use the "Begin a Conditional (If Statement) Block" action to create conditions.

That action is documented in the "'Begin a Conditional (If Statement) Block'" subsection of the "‘Other Stuff’ Screens" section.


The "Add Else If to Conditional Block" action is documented a ways below that, in the "'Add Else If to a Conditional Block'" subsection.