Frictional Games Forum (read-only)
Extra_english problem - 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: Extra_english problem (/thread-15546.html)



Extra_english problem - stevenbocco - 05-21-2012

hey guys, a small extra_english problem,
why won't it work?
<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">You have been studing,[br] and now you are awake.[time to go home] </Entry>
</CATEGORY>
<CATEGORY Name="Inventory">
</CATEGORY>
<CATEGORY Name="Messages">
<Entry Name="quest1">The door is locket, there must be another way out maybe the bookshelfs have is hiding some secrets</Entry>
</CATEGORY>
<CATEGORY Name="Descriptions">


</CATEGORY>
<CATEGORY Name="Levels">


</CATEGORY>
</CATEGORY>
<CATEGORY Name="Messages">
<Entry Name="notic">This must be the off section that i've read about</Entry>
</CATEGORY>
<CATEGORY Name="Descriptions">


</CATEGORY>
<CATEGORY Name="Levels">


</CATEGORY>

</LANGUAGE>


RE: Extra_english problem - FragdaddyXXL - 05-21-2012

</CATEGORY>

<CATEGORY Name="Levels">





</CATEGORY>

</CATEGORY>

<CATEGORY Name="Messages">

You have an extra </CATEGORY>.


RE: Extra_english problem - Xanthos - 05-22-2012

Here's a spelling error I found
door is locket
studing
 bookshelfs


Post #2 fixes the script itself.


RE: Extra_english problem - bagobonez - 05-22-2012

The door is locket, there must be another way out maybe the bookshelfs have is hiding some secrets

More proper grammar and spelling would be...

The door is locked. There must be another way out. Maybe the bookshelves are hiding some secrets.


RE: Extra_english problem - stevenbocco - 05-22-2012

(05-21-2012, 09:09 PM)FragdaddyXXL Wrote: </CATEGORY>

<CATEGORY Name="Levels">





</CATEGORY>

</CATEGORY>

<CATEGORY Name="Messages">

You have an extra </CATEGORY>.

Thank you so much it really worked and thanks for the grammar Big Grin