• Check the type of the Dialogue Line that is being displayed to the player at the moment.

    There are three types:

    • text - regular dialogue text is being parsed at the moment
    • options - the player has reached a branching choice moment where they must select one of multiple options
    • command - a <> was called in the background, that can be used to trigger game events, but will not be displayed in the dialogue box.

    Parameters

    • type: string

      The type you want to check for ( one of the three above )

    Returns boolean