The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need help with .lang file, its weird.
julianprokop Offline
Junior Member

Posts: 19
Threads: 7
Joined: Nov 2011
Reputation: 0
#1
Need help with .lang file, its weird.

Hey so, when I pick up my key, it only says "picked up" instead of "picked up Room Key".

Here is my .lang code. This is driving me nuts. I renamed the sub item type name to roomkey, I just do not uderstand why this isn't working. Any help would be great thanks!

Also, how do can make a custom message appear when I interact with entities like doors?


<LANGUAGE>
   <CATEGORY Name="CustomStoryMain">
      <Entry Name="Description">
         Just a brief description!
      </Entry>
   </CATEGORY>
</LANGUAGE>



<LANGUAGE>
   <CATEGORY Name="Inventory">
      <Entry Name="ItemDesc_roomkey">"Room Key"</Entry>
      <Entry Name="ItemName_roomkey">"Room Key"</Entry>
        
   </CATEGORY>
</LANGUAGE>
(This post was last modified: 02-12-2012, 08:07 AM by julianprokop.)
02-12-2012, 08:06 AM
Find


Messages In This Thread
Need help with .lang file, its weird. - by julianprokop - 02-12-2012, 08:06 AM



Users browsing this thread: 1 Guest(s)