If you only want a single one of every item, use a simple list and when you're touching the item sprite, and the pick up button is pressed, add the name and hide the sprite. If you want more than one, have the same name script, but use iterative scripts and another list containing numbers to denote the amounts
Offline
zammer990 wrote:
If you only want a single one of every item, use a simple list and when you're touching the item sprite, and the pick up button is pressed, add the name and hide the sprite. If you want more than one, have the same name script, but use iterative scripts and another list containing numbers to denote the amounts
thanks
Offline