Frictional Games Forum (read-only)

Full Version: Note wont work :S
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This is my Lang

Code:
<LANGUAGE>
    <RESOURCES>
    </RESOURCES>
    <CATEGORY Name="CustomStoryMain">
        <Entry Name="Description">Explore the dungeon figure out what has happend there and why</Entry>
    </CATEGORY>
<CATEGORY Name="Message">
        <Entry Name="whathappend">What have happend in here?...i feel a strange..shadow</Entry>
        <Entry Name="Whatwasthat">What was that ?!?!...was that an dead human? or an creature that god created...</Entry>
</CATEGORY>
<CATEGORY Name="Journal">
       <Entry Name="Note_first_Name">Letter Full with Wine</Entry>
       <Entry Name="Note_first_Text">If....Anyone....Can...Stop!....Fleee!!!![br][br][br][br]Can't see anything...the note is full with wine....</Entry>
</CATEGORY>
      
       <CATEGORY Name = "Inventory">
        <Entry Name = "ItemDesc_Lab_key">An Very old key i guess it goes to a door?</Entry>
        <Entry Name = "ItemName_Lab_key">Very Very Old Key</Entry>
       </CATEGORY>
      
       </LANGUAGE>

Got "Note_first" at the name and note text
I fixed it, here:
Code:
<CATEGORY Name="Journal">
    <Entry Name="Note_YourNoteName_Name">TITLE</Entry>
    <Entry Name="Note_YourNoteName_Text">BRIEF TEXT</Entry>
    </CATEGORY>

"YourNoteName" is the name of the Note paper in the Level Editor! c: