(02-18-2011, 03:10 PM)Vradcly Wrote: now the error is that it should look like this: <Entry Name="Note_note_generic_1_Name">Sex</Entry>
Since your entity is called note_generic_1 and you need to define the type "note" in this case in you .lang file it has to be like that...
so its " <LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">
My first level "The Death V.1.0" for Amnesia: The Dark Descent.[br]i hope you get scared! "KEEP IN MIND THIS IS ONLY A DEMO VERSION OF MY MAP!CHANGES ON THE MAP WILL COME!!
</Entry>
</CATEGORY>
<CATEGORY Name="Journal">
<Entry Name="Note_note_generic_1_Name">Sex</Entry>
<Entry Name="Note_note_generic_1_Text">Sex is nice aint it ?
</Entry>
</CATEGORY>
</LANGUAGE> "