ajamesVISD / AdventureGalley

A world to explore. An ongoing project of students at Vashon Island High School.
0 stars 9 forks source link

Take and drop Items #46

Open ajamesVISD opened 6 years ago

ajamesVISD commented 6 years ago

The user should be able to take a Book, then drop it from their inventory.

There could be some items that cannot be taken. It should not be possible to take "steam," for instance.

Make a new branch (see Mr. James if you do not know how) and see if you can figure out how the user could type

take book

and the book winds up in the user's inventory. Then the user types

drop book

and now the book is back in the room.