Shanghai Simple Script - Variable Map Windowmade by Shanghai
Link/ScriptClick hereIntroductionI hated the other variable map windows. They never update by themselves and when they do, it's usually at the wrong time. This one will automatically update itself whenever variables change or more are added/removed.
How to UseTo use this variable window, use these event calls. Works on map only.
CODE
variable_window_clear
Clears all of the variable window and closes it.
CODE
variable_window_open
Opens the variable window, but only if it has variables.
CODE
variable_window_close
Closes the variable window.
CODE
variable_window_add(variable_id)
Adds the variable_id to the variable window.
CODE
variable_window_remove(variable_id)
Removes the variable_id from the variable window.
CODE
variable_window_upper_left
variable_window_upper_right
variable_window_lower_left
variable_window_lower_right
Moves the variable window to that location.
CODE
variable_window_width(x)
Changes the variable window's width to x.
CompatibilityNot compatible with Mac OSX.
For more Shanghai Simple ScriptsVisit Here.