Hi again!
I was wondering if one could create a new messagebox and apply it's conditions form to change how many items are displayed amongst the possible answers?
Example:
integer BarrelContent has a maximum value of 800. The messagebox asks the player if they would like to add 100,200,300,400,500,600,700 or 800 to the initial value of the BarrelContent integer. I would like the messagebox to check for the number stored in the integer before popping up, and limit the possible choices to those items that, if added, do not go over the maximum value of the integer. So if BarrelContent is initially 600, I only want the messagebox to display 100 and 200 as a possible choice. But if it's zero, I'd like it to show the full range of choices from 100 to 800.
Can this be done?
Thanks so much, and sorry for all the questions! Here's a cake for you.