Frictional Games Forum (read-only)
Note Problems - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: Note Problems (/thread-20324.html)



Note Problems - tonitoni1998 - 02-14-2013

i dont know why, bu im getting a lot of issues with scripting tody, i dont understand. i made a latter. its called diary_one. in the .lang i got this:
Code:
<CATEGORY Name="Journal">
   <Entry Name="Quest_OilQuest_Text">you got a quest</Entry>
   <Entry Name="Note_diaryone_Name">this is a note</Entry>
   <Entry Name="Note_diaryone_Text">textwhatever</Entry>
  </CATEGORY>

but its not working. i noticed, i ask a lot here. im sorry for that but i think, once i understood how this stuff is working, i will be abe to do that on my own Big Grin

thanks for the help


RE: Note Problems - The chaser - 02-14-2013

What entity are you using? For notes, use Note_generic or things with Note_ and for diaries Diary_whatever. I don't see anything wrong in the .lang file.

You can ask as much times as you wish, don't worry Wink


RE: Note Problems - tonitoni1998 - 02-14-2013

im using note_generic :/ im using the debug toolbar if that makes a difference.


okay thanks Smile


RE: Note Problems - FlawlessHappiness - 02-14-2013

If the entity is called "diary_one" then it should probably say "diary_one" too in your .lang file, and not "diaryone"


RE: Note Problems - tonitoni1998 - 02-14-2013

i already tried it. but i got he mistake now -_-" i had to type note1 into the "NoteText" from the entity