How to check inventory for object

How do you have a room and or character print a message in response to something in your inventory? like if the player has a FreshCookie in their inventory I'd want a character to print "whats that smell?"


You could do something like:

if (Got (FreshCookie)) {
  msg ("What's that smell?")
}

This topic is now closed. Topics are closed after 60 days of inactivity.

Support

Forums