Frictional Games Forum (read-only)

Full Version: note and journal probleme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
found a tutorial on youtube by russmoney but it dosen't work well for now i think i did something wrong can you help me out
<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">
Just a brief description!
</Entry>

<CATEGORY Name="Journal">
<Entry Name="Note_theletter_Name">This Is A Letter</Entry>
<Entry Name="Note_theletter_Text">Hi Marcial How ARe you today.[br]Wall o ' Text[br]Crits for over nine-thousand.</Entry>
</CATEGORY>
</LANGUAGE>
You missed an </CATEGORY> it should be:
<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Just a brief description!< /Entry>
</CATEGORY>

<CATEGORY Name="Journal">
<Entry Name="Note_theletter_Name">This Is A Letter</Entry>
<Entry Name="Note_theletter_Text">Hi Marcial How ARe you today.[br]Wall o ' Text[br]Crits for over nine-thousand.</Entry>
</CATEGORY>
</LANGUAGE>
you can just copy paste this. Tongue
dosen't seem to work .......
If you copy pasted what I just send, than I forgot to take the space away from the first </Entry> I just noticed it try removing that.