text[1]="When selected, displays the Set Variable: prompt, at which you can set variable values.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:conditionbutton
{
title="Condition";
text[1]="When selected, displays the Show If Expression: prompt, which allows you to determine whether the event this Branch setting is associated with is played.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:showifprompt
{
title="Show If Expression: prompt";
text[1]="Allows you to enter an expression. If the expression evaluates as True, the event with the Condition event is shown. You can use any variables, functions, and operators in the expression.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:repeatbutton
{
title="Repeat";
text[1]="When selected, displays a selector that lets you choose one of two types of repeat, and a text box in which to enter an expression that is the repeat condition.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:gotobutton
{
title="Go To";
text[1]="When selected, displays selectors that allow you to jump script execution to a different place in the script.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:varlist
{
title="Variables list";
text[1]="The variables scrolling list shows system variables and variables created within the current script, and shows the variable type (numeric, text, or logical). Click on a variable in the list to add it to the Set Variable, Show If Expression, or Repeat Expression text box at the cursor location.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:functlist
{
title="Functions list";
text[1]="The Functions scrolling list shows system functions available for script use, and shows the type of variable (numeric, text, or logical) that it returns. Click on a function in the list to add it to the Set Variable, Show If Expression, or Repeat Expression text box at the cursor location.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:operlist
{
title="Orators list";
text[1]="The Operators scrolling list shows standard arithmetic, relational, and logical operators. Click on an operator in the list to add it to the Set Variable, Show If Expression, or Repeat Expression text box at the cursor location. You can also type the operator. Only integer operations are performed. The fractional portion of non-integer input values and results is ignored.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:okbutton
{
title="OK";
text[1]="Accepts editing changes and returns you to the Main or List menu.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:cancelbutton
{
title="Cancel";
text[1]="Closes the Branch menu and returns you to the Main or List menu without saving any changes to the current page.";