(11-07-2012, 06:02 PM)tonitoni1998 Wrote: i think i did it wrong my .lang looks like this now:
<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Pass all the Corridors...</Entry>
</CATEGORY>
<CATEGORY Name="note_1">
<Entry Name="Note_note_1_Name">A note from the torturer...</Entry>
<Entry Name="Note_note_1_Text">I am sick of this... something ...*my text*....away! But how?</Entry>
</CATEGORY>
</LANGUAGE>
and i copied this into my note (note_1)>entity>NoteText
but its not working. were is my mistake?
There must be a "Journal" category. This category includes messages, notes, mementos, etc.
<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Pass all the Corridors...</Entry>
</CATEGORY>
<CATEGORY Name="Journal">
<Entry Name="Note_Test01_Name">Test Note</Entry>
<Entry Name="Note_Test01_Text">This note is a test.</Entry>
</CATEGORY>
</LANGUAGE>
Something like this should work.