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);
}
: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);
}
:gotopick
{
title="Go To:";
text[1]="Specifies the page or element that is the Go To destination. Click the arrows to cycle through the pages available on the current level. The page/element number appears between the arrows, its name appears to the left, and a Shuffler image of the page/element appears in the space to the right. Additional choices are None (no Go To is performed), Return to Bookmark?, which returns to the event that follows the most recent Go To/Leave Bookmark event, and Exit from Script, which exits a sub-script.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:leavebookmark
{
title="Leave Bookmark?";
text[1]="When on, leaves a ^"bookmark^", a marker that allows script execution to later return after executing some events at the Go To location. When a Go To: Return to Bookmark is encountered, script execution returns to the event immediately following the most recent Go To that left a bookmark. Not available when Go To: None, Go To: Return to Bookmark?, or Go To: Exit from Script is also selected.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:level
{
title="Level:";
text[1]="Specifies the script level (group or sub-script) on which the Go To destination page/element is located. Click the arrows to cycle through accessible levels. If the script has no groups or sub-scripts, the selector reads ^"<this script>^" and is unavailable. The selected level name appears to the left.";
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.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:thumbnail
{
title="Go To Shuffler Icon";
text[1]="Indicates the destination page chosen in the Go To Selector.";