Cloud Login Dev Purchase Store Item

Use this action to have the player purchase a store item.

You need the Store Item ID, not the name.

It's also worth noting, a player can only purchase and hold one version of a store item. They can't hold multiple quantities.

You can get around this limitation, by having a separate 'quantity' integer variable that you either store as an attribute on CloudLogin.dev, or as a variable elsewhere.

Last updated