Unlocking weapons with tables
digitalzero
Member, BASIC Posts: 639
In my game you have guns that you can purchase and unlock... I need to know how to do this using tables because there are a lot of guns and also I need to know how to save them thanks so much you guys
Comments
You can create a boolean column in your table. Use "change table value" to change the value to true if the gun is purchased, then use "save table" behavior.
It'd be better to use an integer attribute. Then you can have 0 to mean is locked, 1 to mean unlocked, and then other numbers to show upgrades to that gun.
thanks so much you guys if i have any issues you will hear from me lol