Skip to main content

DialogSetStatus

Callable

  • DialogSetStatus(status, timer, replace, id): void

  • Displays the given text for 5 seconds


    Parameters

    • status: string

      The text to be displayed

    • optionaltimer: number = 0

      the number of milliseconds to display the message for

    • optionalreplace: { asset?: Asset; C?: Character; group?: AssetGroup }

      Attempt to perform replacements within the status text

    • optionalid: string

    Returns void

    • Nothing