Variable Display

● ARCHIVED · READ-ONLY
Started by dbchest 5 posts View original ↗
  1. Variable Display v1.0.0
    Author: Derek Chestnut (dbchest)

    Plugin Description

    Displays the specified variable value and icon.

    Plugin Commands
    Code:
    VariableDisplay x 576          # Sets the x coordinate to 576.
    VariableDisplay y 444          # Sets the y coordinate to 444.
    VariableDisplay width 816      # Sets the width to 816.
    VariableDisplay id 3           # Sets the variable id to 3.
    VariableDisplay iDraw false    # Sets draw icon to false.
    VariableDisplay iIndex 187     # Sets the icon index to 187.
    VariableDisplay Align left     # Sets the alignment to left.
    VariableDisplay open           # Opens the window.
    VariableDisplay close          # Closes the window.

    Author's Notes
    Free for use in both commercial and non-commercial projects.
    Accreditation is not required but it is appreciated.

    Planned Updates
    Include option to bind window width to contents.

    DOWNLOAD
  2. Wow, simple idea but so cool, i can display random stuff on screen now :o
    is it valid to refer to another variable like this?
    VariableDisplay iIndex $gameVariables.value(2)
  3. @Isabella Ava not at this time, no. i have not experimented with manually performing script evals across string objects yet, but maybe this is a good time to do just that.
  4. Does anybody have this plugin by change? The Dropbox link doesn't work.
  5. I've attached it here.