I want to make a pop-up that shows variables. However that goes against the point of the browse proc as it only shows constants (so you wouldn't need to put variables in the first place). Is browse the only way to create a window pop-up or is there some way to create a pop-up that can show changing vars? Not changing as it'll update real-time but when you open the pop-up it'll be up to date with current variables.
|
I actually use your HTML edit system and its really, really useful. Thanks for the help.
|
The way I do it in my HTML edit system (/shameless plug) is that all the variables of the objects are loaded when something is edited and I have a link which calls an update javascript to reload the variable values (rather, the entire HTML) when needed.
Every time the Weapon_Info is called, the HTML is generated then with the current atkboost variable.
It will appear like this:
[Weapon Name]
--------------------
+ Attack Boost 4
(assuming 4 was picked from the rand())