True

From UBot Studio
Revision as of 18:34, 29 September 2013 by LillyT (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This function is a Qualifier Function. This command returns true.

Example

ui check box("Navigate to Google?", #checkhere)
if($comparison(#checkhere, "=", $true)) {
    then {
        navigate("google.com", "Wait")
    }
    else {
    }
}


The script checks the variable assigned to the UI Check box to see if it returns true using the true qualifier in the comparison qualifier.

The variable for the UI check box returns true when the checkbox is checked. Once set to true, the comparison qualifier evaluates the variable and matches it against the true qualifier. If they match, the script navigates to google.com.


True.jpg

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox