Frictional Games Forum (read-only)

Full Version: So Anyone Can tell me..
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(05-02-2011, 08:39 PM)eRoTic Wrote: [ -> ]^well good thing my description works but not the note XD

I think I know what's going wrong.
-Open your map in leveleditor and click on the note.
-Go to the entity tab
-Below, there should be a box with NoteText above it. Type the name of the note there. Then the program will know which entries to search for.

example:
Code:
<LANGUAGE>
<CATEGORY Name="Journal">
<Entry Name="Note_ToDaniel_Name">Note To MySelf</Entry>
<Entry Name="Note_ToDaniel_Text">Hello Daniel!</Entry>
</CATEGORY>
<CATEGORY Name="CustomStoryMain">
Hello Daniel, I see you're awake, welcome back...
</CATEGORY>
</LANGUAGE>
The thing you should be typing there is: ToDaniel
I hope this helps you
Worked Ty :3
Pages: 1 2