I want to create a door that will only open if the player has three specific items in his inventory. Now these can either be keys, rings, misc items, not sure if it matters.
Anyway, if the player doesn't have all three, I would like a message to be displayed, stating what is missing.
If the player has all three, then a message is displayed stating what is happening (you insert the items into the door kind of thing), the door is unlocked and opened, and the three items are removed from the inventory.
Any thoughts or guidance is greatly appreciated. Thank you.