Frictional Games Forum (read-only)

Full Version: What's wrong with my .lang file?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Code:
<LANGUAGE>  
   <CATEGORY Name="CustomStoryMain">      
      <Entry Name="Description">
            text here
      </Entry>  
   </CATEGORY>
   <CATEGORY Name="Levels">
      <Entry Name="Level1">
         Basement
      <Entry>
   </CATEGORY>
   <CATEGORY Name="SignCat">
      <Entry Name="SignEntry1">
         Collection
      </Entry>
      <Entry Name="SignEntry2">
         Study
      </Entry>
   </CATEGORY>
   <CATEGORY Name ="Credits">
      <Entry Name="Credits">
         blahblah.
      </Entry>
   </CATEGORY>
</LANGUAGE>
What's wrong with your basement?
None of the entries appear inside the story...
Someone didn't catch my hint.
You didn't close the entry "Level1" properly; use </Entry> instead of <Entry>
(08-10-2012, 05:09 PM)andyrockin123 Wrote: [ -> ]You didn't close the entry "Level1" properly; use </Entry> instead of <Entry>
Thanks!

(08-10-2012, 05:07 PM)Robosprog Wrote: [ -> ]
(08-10-2012, 05:06 PM)CorinthianMerchant Wrote: [ -> ]None of the entries appear inside the story...
Are you using " " ? Looks like it, I use ' ' for mine and they work, maybe try that?
It didn't work...
Nevermind, it works now!