I'm having a bit of a problem that I was wondering if anyone could help with.
The script I'm working on is an update to my daily deeds script, which allows the user to perform actions related to each listing (as appropriate). I really don't want to hard-code a bunch of test_button() calls, as that would make the script more difficult to update / maintain. However, the buttons get written after their relevant settings are listed. For example, the script lists # of 3 tome summons, and allows casting of a tome skill from the form. If the button is used, its action is performed after the script writes the current number of tome summons, so the # isn't updated until another refresh is done. Is there any simple way to deal with this, or am I going to need to move the button column over to before the X of Y column in order to get what I'm looking for?