EDIT: I found out about the '&&' function and managed to get it working. I will be more thorough when checking previous threads in the future. I apologize for the noob question. This was the thread that helped me if you're having a similar problem... http://forums.nexusmods.com/index.php?/topic/1000759-papyrus-help-checking-for-item-amounts/ I was wondering if someone could offer assistance with a script. I have a journal, that when read, shows an options menu for building a house. To enable the house, the player has to have several tools and items in their inventory. I've figured out how to check for 1 item type and remove it, but I'm not sure how to check for multiple items. Below is a section from the script, when the second menu option is chosen. I want it to check that the player has a hammer and 15 iron ingots and then take away the 15 ingots. I assume I need to put in another 'If' function, but I'm not sure what to do. Any help would be greatly appreciated.