To make the sprite movable, click the lock on the sprite's page. Then make a variable. Then make a script that adds the item's name to a list once it <touches [sprite#]>.
Offline
In the each item's code you could add a simple script like:
if <touching [bag v]?> add [item_name] to [bag v] endYou might want to make it check the item's not already in the 'bag'. You can also add the actions or animations the item performs when put in the bag in that bit of script too.
Offline
If the list contains whatever item, have it show hen you want to see it.
Offline