Okay, I have a question about making a locked door. 
So... I followed Mulledk19's tutorial on the Wiki, and everything worked fine except one little thing. When I pick up the key all it says is: Picked Up
It won't actually say: Picked up Awesome Key
I've checked for errors in the extra_english.lang but nothing is wrong, any ideas?
<LANGUAGE>
    <RESOURCES>
    </RESOURCES>
    <CATEGORY Name="CustomStoryMain">
            <Entry Name="Description">My first level![br]This is awesome :D</Entry>
    </CATEGORY>
    <CATEGORY Name="Inventory">
            <ENTRY Name="ItemName_thekey1">Awesome Key</Entry>
            <ENTRY Name="ItemDesc_thekey1">An awesome key</Entry>
    </CATEGORY>
</LANGUAGE>
In the map editor, I put thekey1 in CustomSubTypeItemName.
Anything I'm doing wrong? Tell me if I need to be more specific in an area.