Info

Statistics

  • Download count524 total downloads
  • Latest download count 200 downloads of latest version
  • Average download count1 downloads per day average

Owners

A list of all Actions, Conditions and Expressions supported in this addon.

Ink

  • Actions

    Load story from {0}

    Load a story in the ink engine

    Load state from {0}

    Load a story state from a JSON string.

    Continue (maximally: {0})

    Ask the story to move on.

    Go to {0}

    Divert the story to a different place.

  • Conditions

    Story can continue

    Test if the story can continue.

  • Expressions

    CurrentText

    Text built by the last call to Continue.

    StateToJson

    The state of the story as a JSON string.

Ink Tags

  • Conditions

    Tags contain {0}

    Check for tags in the story

    For each available tag

    Loop over every currently available tag. Use 'LoopTagText' to get its content.

  • Expressions

    KeyValueTag

    Get the value corresponding to a key in a tag formatted to have 'KEY SEPARATOR VALUE'. Spaces around SEPARATOR are ignored.

    LoopTagText

    Get the text of the current tag in the loop

Ink Choices

  • Actions

    Choosing (choice {0})

    Select a choice from the choice list

  • Conditions

    Story has choices available

    Test if the story has choices to pull from.

    For each available choice

    Loop over every currently available choice. Use 'LoopChoiceText' and 'LoopChoiceIndex' to get its info.

  • Expressions

    ChoiceText

    Text to display for the given choice.

    ChoicesAmount

    Number of available choices.

    LoopChoiceIndex

    Get the index of the current choice in the loop

    LoopChoiceText

    Get the text of the current choice in the loop

Ink Variables

  • Actions

    Listening for changes in {0}

    Start listening for changes in ink variable.

    Set Variable: {0} <- {1}

    Set the value of an ink variable.

  • Conditions

    Variable {0} has changed

    Trigger when variable changes values

  • Expressions

    VariableValue

    The value of an ink variable