Frictional Games Forum (read-only)
note dosen't appear - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: note dosen't appear (/thread-9745.html)



note dosen't appear - zecuro - 08-14-2011

hey i'm having problem with a note
here my extra_english.lang somebody could of told me what i've done wrong
http://www.mediafire.com/?5jo1att6s2c6ydj




RE: note dosen't appear - Your Computer - 08-14-2011

It's probably due to having multiple language tags.


RE: note dosen't appear - zecuro - 08-14-2011

(08-14-2011, 01:32 AM)Your Computer Wrote: It's probably due to having multiple language tags.

what do you mean by that...


RE: note dosen't appear - Your Computer - 08-14-2011

(08-14-2011, 03:27 PM)zecuro Wrote: what do you mean by that...

Tags normally carry the syntax:
Code:
<TAGNAME></TAGNAME>

With the exception of "empty" tags:
Code:
<TAGNAME/>

The LANGUAGE tag used in extra_english.lang follows the syntax of the first example. When i say you have used the LANGUAGE tag multiple times it means you have opened and closed the LANGUAGE tag more than once in your extra_english.lang file. I am assuming the Amnesia .lang parser only takes one LANGUAGE tag and rejects the rest.