Frictional Games Forum (read-only)

Full Version: note dosen't appear
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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

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

what do you mean by that...
(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.