Get 1Click Maker

Creating a Variable โ€‹

  1. Click the orange tools button in the bottom-left corner of the panel, then the { } button that appears.

    The tools button expands to show the variables button.
    The tools button expands to show the variables button.
  2. The Object Variables panel slides in from the right. Stay on the User tab and click Create New Variable.

    The Object Variables panel.
    The Object Variables panel.
  3. Fill in the three fields:

    FieldNotes
    TypeString, Integer, Float, Vector or Key. See User Variables.
    NameUnique, up to 30 characters, letters/numbers/_. Do not type the $; the panel adds it.
    Initial valueThe value the variable has when the project is built. Must match the type.
  4. Confirm. The variable is listed in the panel; you can edit or delete it there at any time.

  5. Save and Build so the object knows about it.

Creating a variable.
Creating a variable.

Using it โ€‹

  • In a Condition, type $ in the Field or Value box: an autocomplete lists your variables.
  • In Change Variable, pick it from the dropdown.

Deleting a variable that is in use โ€‹

Conditions and Change Variable actions that reference a deleted variable keep the text ($name) but will never match. Update or delete those actions.