DaAinGame
Member
Posts: 90
Threads: 11
Joined: Mar 2012
Reputation:
4
|
Item Names
Well, I've spent the last 5 hours trying to get my .lang file to work correctly. All I'm simply trying to do is giving a key a name and a description. What really confuses me is that it worked just fine yesterday, but when I got on today it no longer worked. I'm almost 99.99% positive I never changed anything. Well otherwise, here's the file.
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">
All you rememeber is that your name is Zanzibar. As you explore a familiar place, secrects become unraveled, and an even darker truth is revealed...
</Entry>
</CATEGORY>
<CATEGORY Name="Inventory">
<Entry Name="ItemName_bedroom_key">Bedroom Key</Entry>
<Entry Name="ItemDesc_bedroom_key">The word BEDROOM is inscribed in its side.</Entry>
<Entry Name="ItemName_storage_key">Storage Room Key</Entry>
<Entry Name="ItemDesc_storage_key">The word STORAGE is inscribed in its side.</Entry>
<Entry Name="ItemName_study_key">Study Room Key</Entry>
<Entry Name="ItemDesc_study_key">The word STUDY is inscribed in its side.</Entry>
I'm still really new to this so look for common mistakes =P. No point in posting my .hps seeing as how it works flawlessly.
***EDIT*** Fixed it. was missing a </CATEGORY> Below the Entry names, above the last <Language>
(This post was last modified: 03-10-2012, 12:10 AM by DaAinGame.)
|
|
03-09-2012, 11:32 PM |
|