Frictional Games Forum (read-only)
Scripting Help! Please! - 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: Scripting Help! Please! (/thread-13997.html)



Scripting Help! Please! - EthanLancaster - 03-14-2012

I have been trying all day to script... and well i'm not very good at it. I have tried alot of different things but in the end I decided to just post my extra_english.lang here on the forum. The momento will not work and my description doesnt show up. If you know what the problem is please correct me!! Undecided

<LANGUAGE>
</RESOURCES>
<CATEGORY Name="Journal " >
<Entry Name="Note_theletter_Name">This is a Letter</Entry>
<Entry Name="Note_theletter_Text">This is a letter. [br] StartPoint_Quest
<Entry Name="StartPoint_Quest_Text">You feel as if your being watched.. Investigate.</Entry>
</CATEGORY>
<CATEGORY Name="Inventory">
<Entry Name="ItemName_LibraryKey">Library Key</Entry>
</CATEGORY>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">You're Awakend By An Odd Feeling... Like your being watched!</Entry>
</CATEGORY>
</LANGUAGE>



RE: Scripting Help! Please! - flamez3 - 03-15-2012

<Entry Name="Note_theletter_Text">This is a letter. [br] StartPoint_Quest


You don't have </Entry> at the end.

Also: This would go here http://frictionalgames.com/forum/forum-39.html


RE: Scripting Help! Please! - EthanLancaster - 03-15-2012

(03-15-2012, 12:12 AM)flamez3 Wrote: This is a letter. [br] StartPoint_Quest


You don't have at the end.

Also: This would go here http://frictionalgames.com/forum/forum-39.html


Thanks! I knew i made a stupid mistake!







RE: Scripting Help! Please! - Your Computer - 03-15-2012

Don't make three topics on the same issue. Spaces within tags, next to attributes, are perfectly fine. The next issue, aside from the missing entry ending tag, is that the resources tag only has an ending tag.