#Need help making a token thing for commissions
1 messages · Page 1 of 1 (latest)
Currently, recroom has no way of doing dynamic token sales
The only thing you can do is create multiple consumables / inventory items
How would I do this
Liek not making them but having a system change it to that
huh
You want a list of consumables?
3= this one
Yeah and if they click it to a certain number it changes how much they buy
In order to get a list of consumables, you need to create it manually using a bunch of Consumable Constant chips and a List Create
you can then use List Get Element to get an item from this list, 0 being the first, being the second, 2 being the third
Okay but then how would I do it like this
Liek that and they click up on the coins and the token number goes up
The token number is hardcoded in a second list
Okay