Frictional Games Forum (read-only)

Full Version: Need some help with Extra english
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi!I have problem with extra english.I'm trying to make my key named MinunAvain work and everything is allright but when I pick up that key it says "Picked up" and it doesn't have description SadCan somebody help?And the level name doesnt even work Angry
Here is what you have to do:

Open your extra_english and create a new category named " Inventory ", like this:


<CATEGORY Name="Inventory">


<Entry Name="ItemName_Key">Laboratory Key</Entry>
<Entry Name="ItemDesc_Key">It's written "Laboratory Key"...</Entry>

</CATEGORY>


I will put this example of my CS.

Now, open your level editor and select your key. Search in it for the option " CustomSubitemTypeName " and type whatever you want there.

Now go back to the extra_english and put the name of the " CustomSubItemTypeName " where is written "Key" up there. Then, put the name of the key that you want to appear in the game where is " Laboratory Key " and put the description where i've put mine.