Keypress tag

Definition

One branch of a <menu> tag defining a user input.

Value

Determines the result for a user key input. A <menu> tag requires at least one <keypress> tag. The contents of a <keypress> tag are more nodes to execute.

Attributes

Attribute Required ValuesDescription
name N any text a unique name for the tag
pressed Y any valid number, "Default" A numerical value or "Default" or "Timeout".

Examples

        <keypress pressed="1">
             <stash varname="stash1">1</stash>
        </keypress>
        <keypress pressed="Default">
             <play type="callfireid">12345</play>
             <goto>Menu1</goto>
        </keypress>

Also See

Further Reading

Coming soon.