Skip to main content

DialogFindSubMenu

Callable

  • DialogFindSubMenu(MenuName: string, force?: boolean): boolean

  • Finds and set an available character sub menu.


    Parameters

    • MenuName: string

      The name of the sub menu, see DialogSelfMenuOptions.

    • force: boolean = false

      Whether to check availability of the menu first.

    Returns boolean

    • True, when the sub menu is found and available and was switched to. False otherwise and nothing happened.