ThaPwned / WCS

Warcraft: Source using Source.Python to be faster, expandable, and flexible
GNU General Public License v3.0
30 stars 23 forks source link

how to add a new iteams #22

Closed ghost closed 4 years ago

ghost commented 4 years ago

I want to add products. I have tested several writing methods, but they are not effective. Can you give me a detailed demonstration, please

ghost commented 4 years ago

image

ThaPwned commented 4 years ago

Hey, it appears you forgot to add the "test" category to the "maxitems". It'd look as follows:

    "maxitems": {
        "test": 3
    }

The 3 is how many items the players can purchase from that category.

ghost commented 4 years ago

thanks