Info

Statistics

  • Download count340 total downloads
  • Latest download count 340 downloads of latest version
  • Average download count1 downloads per day average

Owners

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

Get list

  • Actions

    Get medals list

    Loads a list of medal objects.

  • Conditions

    On get medals list success

    Triggered when get medals list success.

    On get medals list error

    Triggered when get medals list error.

    For each medal

    Repeat the event for each medal.

    Current medal is secret

    Return true if current medal is secret in a For Each loop.

    Current medal is unlocked

    Return true if current medal is unlocked in a For Each loop.

    Current medal difficulty {0} {1}

    Compare difficulty of current medal in a For Each loop.

    Medal {0} is secret

    Return true if medal is secret by index.

    Medal {0} is unlocked

    Return true if current medal is unlocked by index.

    Medal {0} difficulty {1} {2}

    Compare difficulty of medal by index.

  • Expressions

    MedalsAsJSON

    Get received medals as JSON.

    MedalsCount

    Get amount of medals.

    CurMedalDescription

    A short description of the medal in a For Each loop.

    CurMedalDifficulty

    The difficulty id of the medal in a For Each loop.

    CurMedalIcon

    The URL for the medal's icon in a For Each loop.

    CurMedalID

    The numeric ID of the medal in a For Each loop.

    CurMedalName

    The name of the medal in a For Each loop.

    CurMedalValue

    The medal's point value in a For Each loop.

    CurMedalIsSecret

    Get 1 if current medal is secret in a For Each loop.

    CurMedalIsUnlocked

    Get 1 if current medal is unlocked in a For Each loop.

    LoopIndex

    Get loop index in for each loop.

    Index2MedalDescription

    A short description of the medal by index.

    Index2MedalDifficulty

    The difficulty id of the medal by index.

    Index2MedalIcon

    The URL for the medal's icon by index.

    Index2MedalID

    The numeric ID of the medal by index.

    Index2MedalName

    The name of the medal by index.

    Index2MedalValue

    The medal's point value by index.

    Index2MedalIsSecret

    Get 1 if current medal is secret by index.

    Index2MedalIsUnlocked

    Get 1 if current medal is unlocked by index.

Unlock

  • Actions

    Unlock medal ID: {0}

    Unlock medal.

  • Conditions

    On unlock medal success

    Triggered when unlock medal success.

    On unlock medal error

    Triggered when unlock medal error.

  • Expressions

    LastUnlockedMedalID

    Get last unlocked medal ID.

Error message

  • Expressions

    ErrorMessage

    Get last error message from last result.