Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error when I try to add a memento
Coolfromdah00d Offline
Junior Member

Posts: 38
Threads: 5
Joined: Mar 2013
Reputation: 0
#3
RE: Error when I try to add a memento

(02-10-2014, 02:52 PM)Mudbill Wrote: You can only have 1 category of the same name in your lang file, or else it will crash like this and cause no text to appear at all.

What you must do is merge your "Journal" categories. Place all the entries under the same one, like this:

<CATEGORY Name="Journal">
<Entry Name="Quest_pickuplantern_Text"> This could be useful...</Entry>
<Entry Name="Quest_enterarea_Text"> Where am I...? </Entry>

<Entry Name="Note_note01_Name">texthere</Entry>
<Entry Name="Note_note01_Text">texthere </Entry>

<Entry Name="Note_note02_Name">texthere</Entry>
<Entry Name="Note_note02_Text">texthere.</Entry>

<Entry Name="ItemName_GuestRoomKey">texthere</Entry>
<Entry Name="ItemDesc_GuestRoomKey">texthere</Entry>
</CATEGORY>

Ya know, I'm a big fan of your youtube channel Big Grin Helped me understand this sort of codes (been working with java coding). Never expected you to help me like this Tongue You're awesome

Thank you, it worked, however now I get an error message that says "AreaMemento is not declared", I followed your video precise and I can't seem to find the error anywehre
(This post was last modified: 02-10-2014, 03:46 PM by Coolfromdah00d.)
02-10-2014, 03:39 PM
Find


Messages In This Thread
RE: Error when I try to add a memento - by Coolfromdah00d - 02-10-2014, 03:39 PM



Users browsing this thread: 1 Guest(s)