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
Script Help My locked door doesn't display a message?
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#8
RE: My locked door doesn't display a message?

If this is your Lang. file then i understand Wink

You will have to read up on it!

The lang. should go like this:


<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">

This is a test of my description

</Entry>
</CATEGORY>


<CATEGORY Name="Journal">

<Entry Name="Note_NAMEOFNOTE_Name">HEADLINE OF THE NOTE</Entry>
<Entry Name="Note_NAMEOFNOTE_Text">

THIS IS A TEST OF MY NOTE

</Entry>


<Entry Name="Note_NAMEOFNOTE_2_Name">HEADLINE</Entry>
<Entry Name="Note_NAMEOFNOTE_2_Text">

blablablablablabla

</Entry>

</CATEGORY>


<CATEGORY Name="Inventory">

<Entry Name="ItemName_NAMEOFKEY">KEY NAME</Entry>
<Entry Name="ItemDesc_NAMEOFKEY">This is my key description</Entry>


</CATEGORY>

</LANGUAGE>

Do you understand? It works like a script too.. <LANGUAGE> starts the whole file, and </LANGUAGE> ends it. <CATEGORY Name="something"> Starts a new category. </CATEGORY> ends a category.

I would say read a little bit more about it Wink

Trying is the first step to success.
07-08-2012, 11:03 AM
Find


Messages In This Thread
RE: My locked door doesn't display a message? - by FlawlessHappiness - 07-08-2012, 11:03 AM



Users browsing this thread: 1 Guest(s)