Frictional Games Forum (read-only)

Full Version: Scripting Help! Please!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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>
<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
(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!




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.