(03-30-2012, 01:16 AM)Cole Wrote: Your code:
<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">
you wake up in your lovely mansion only to find a strange note that starts the horrors to come
</Entry>
<CATEGORY Name=“LevelDoors”>
<Entry Name =“LevelDoors1”>This door is locked!</Entry>
</CATEGORY>
</CATEGORY>
</LANGUAGE>
My fixes:
<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">
you wake up in your lovely mansion only to find a strange note that starts the horrors to come
</Entry>
</CATEGORY> <-----You are missing this after that entry. The categorys need to be separated.
<CATEGORY Name=“LevelDoors”>
<Entry Name =“LevelDoors1”>This door is locked!</Entry>
</CATEGORY>
</CATEGORY> <------------You have 2 ending bracket categorys..delete one and tell me if it works.
</LANGUAGE>
still doesnt work i must have done something wrong somewhere