Unlocking weapons with tables

digitalzerodigitalzero 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

  • 68kStudios68kStudios Member Posts: 219

    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.

  • imjustmikeimjustmike Member Posts: 450

    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.

  • digitalzerodigitalzero Member, BASIC Posts: 639

    thanks so much you guys if i have any issues you will hear from me lol

Sign In or Register to comment.