Frictional Games Forum (read-only)

Full Version: Why doesnt my key have any name
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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"
/>
(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>
In addition, add:

</LANGUAGE>

to the very end of the extra_english.lang
<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>
</CATEGORY>

</LANGUAGE>