Frictional Games Forum (read-only)

Full Version: [SOLVED] Key Name Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Edit: I solved it on my own.

Solution:

Code below is correct, just forgot to name one thing.

Go to your key in the level editor and click the Entity tab.
At "CustomSubItemTypeName", enter your key name and it will work Smile.


Well, I don't see where the problem is. My script looks like this:

Code:
<CATEGORY Name="Inventory">
      <Entry Name="ItemName_celldoorKey">Cell Door Key</Entry>
      <Entry Name="ItemDesc_celldoorKey">Tag reads "Cell Door".</Entry>
</CATEGORY>
Yet, no name or description shows up on the key in game.
If you solve a problem by yourself please post the solution so others can actually benefit from threads like these.
Alright, added solution.