I'm making a shooting game where you can buy weapons.
I have crates that contain different weapons, and
i want some of those weapons to cost mochi money.
I already got the login widget working. You can also
enter the shop and see the three crates that you can buy,
but after that i'm stuck. How can I make it do something like
this:
Check if extra bullet crate has been bought, if so, make extra
bullet crate visible. I've tried both "on item owned" and "on
new item" conditions, but how does it know which item?
I've tried getting the item ID into a global value and
then make the crate visible if the global value is "extra bullet crate".