Open vbawol opened 11 years ago
What did you have in mind?
Simple interface that would allow choosing your upgrade from a list with a "Upgrade" and "Cancel" button.
erm, prob have something knocked up in a day or so
Just checked and cant find any objects that have more than 1 update grade path.
Yes, current there is not but we do plan on adding a few options and want to use this as a preview of the action to be performed.
To add multiple upgrades we will just add another nesting of the array. upgradeBuilding[] = {"Land_DZE_GarageWoodDoorLocked",{{"ItemComboLock",1}}}; will become: upgradeBuilding[] = {{"Land_DZE_GarageWoodDoorLocked",{{"ItemComboLock",1}}}};
Still looking to do this if anyone is interested.