(06-17-2012, 08:39 PM)Hartmann Wrote: Why doesnt my key have any name when i pick it up?
<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">
Just a brief description!
</Entry>
</CATEGORY>
<Entry Name="ItemName_key_1">Office Key</Entry>
<Entry Name="ItemDesc_key_1">Office key</Entry>
and the
Name = "Test"
Author = "Me"
MapsFolder = "maps/"
ImgFile=""
StartMap = "test.map"
StartPos = "PlayerStartArea_1"
/>
Add this:
<CATEGORY Name="Inventory">
<Entry Name="ItemName_key_1">Office Key</Entry>
<Entry Name="ItemDesc_key_1">Office key</Entry>
</CATEGORY>