Frictional Games Forum (read-only)

Full Version: i need help with notes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

what am i doing wrong?
<LANGUAGE>
<CATEGORY Name="Journal">
<Entry Name="Note_ANote_Name">Note</Entry>
<Entry Name="Note_ANote_Text">thehahrthsr</Entry>
</CATEGORY>

-------------------------------------------------------------------------------------------------------------
the note text is "ANote"
the note title is "ANote"
(02-26-2012, 07:10 PM)eddyed123 Wrote: [ -> ]what am i doing wrong?
<LANGUAGE>
<CATEGORY Name="Journal">
<Entry Name="Note_ANote_Name">Note</Entry>
<Entry Name="Note_ANote_Text">thehahrthsr</Entry>
</CATEGORY>

-------------------------------------------------------------------------------------------------------------
the note text is "ANote"
the note title is "ANote"

I think you forgot the </LANGUAGE>
from the end.Should look like this
<LANGUAGE>
<CATEGORY Name="Journal">
<Entry Name="Note_ANote_Name">Note</Entry>
<Entry Name="Note_ANote_Text">thehahrthsr</Entry>

</CATEGORY>
</LANGUAGE>



If that doesnt work for some reason check this site. http://wiki.frictionalgames.com/hpl2/tut...omakenotes
(02-26-2012, 07:10 PM)eddyed123 Wrote: [ -> ]what am i doing wrong?
<LANGUAGE>
<CATEGORY Name="Journal">
<Entry Name="Note_ANote_Name">Note</Entry>
<Entry Name="Note_ANote_Text">thehahrthsr</Entry>
</CATEGORY>

-------------------------------------------------------------------------------------------------------------
the note text is "ANote"
the note title is "ANote"


Dude you dont have any end of the lang :/
<LANGUAGE>
<CATEGORY Name="Journal">
<Entry Name="Note_ANote_Name">Note</Entry>
<Entry Name="Note_ANote_Text">thehahrthsr</Entry>
</CATEGORY>
<LANGUAGE>
Test this Wink btw have you change the "Notetext" in level editor to "ANote"

(02-29-2012, 05:21 PM)jessehmusic Wrote: [ -> ]
(02-26-2012, 07:10 PM)eddyed123 Wrote: [ -> ]what am i doing wrong?
<LANGUAGE>
<CATEGORY Name="Journal">
<Entry Name="Note_ANote_Name">Note</Entry>
<Entry Name="Note_ANote_Text">thehahrthsr</Entry>
</CATEGORY>

-------------------------------------------------------------------------------------------------------------
the note text is "ANote"
the note title is "ANote"


Dude you dont have any end of the lang :/
<LANGUAGE>
<CATEGORY Name="Journal">
<Entry Name="Note_ANote_Name">Note</Entry>
<Entry Name="Note_ANote_Text">thehahrthsr</Entry>
</CATEGORY>
<LANGUAGE>
Test this Wink btw have you change the "Notetext" in level editor to "ANote"
I told him already that >: ( btw that is wrong because it has to be </LANGUAGE>
in the end.