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
Scripting Queries
bored2tears Offline
Member

Posts: 56
Threads: 6
Joined: Jun 2012
Reputation: 3
#4
RE: Scripting Queries

(06-24-2012, 03:27 PM)JesterTone Wrote: #2 - Language - Here is the scripting I'm using to rename my key and give it a bit of a description;

<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">
My description.. basic..
</Entry>
</CATEGORY>
<CATEGORY Name="Inventory">
<Entry Name="ItemDesc_Key_1">
A key to be used within the corridor.
</Entry>
<Entry Name="ItemName_Key_1">
Corridor Key
</Entry>
</CATEGORY>
</LANGUAGE>
Hmm, odd. I cannot see anything wrong with it. Try this:

<LANGUAGE>
    <CATEGORY Name="Inventory">
        <Entry Name="ItemDesc_Key_1">A key to be used within the corridor.</Entry>
        <Entry Name="ItemName_Key_1">Corridor Key</Entry>
    </CATEGORY>

    <CATEGORY Name="CustomStoryMain">
        <Entry Name="Description">Basic Description! Yippee!</Entry>
    </CATEGORY>

    </LANGUAGE>

Everything seems fine, so try it set up like that. That's how mine is set up, and it works, so maybe yours will too?
06-24-2012, 04:24 PM
Find


Messages In This Thread
Scripting Queries - by JesterTone - 06-24-2012, 03:27 PM
RE: Scripting Queries - by bored2tears - 06-24-2012, 03:36 PM
RE: Scripting Queries - by JesterTone - 06-24-2012, 03:51 PM
RE: Scripting Queries - by bored2tears - 06-24-2012, 04:24 PM
RE: Scripting Queries - by JesterTone - 06-24-2012, 04:39 PM
RE: Scripting Queries - by bored2tears - 06-24-2012, 04:41 PM
RE: Scripting Queries - by JesterTone - 06-24-2012, 05:00 PM
RE: Scripting Queries - by bored2tears - 06-24-2012, 05:14 PM
RE: Scripting Queries - by Cruzore - 06-24-2012, 06:24 PM



Users browsing this thread: 2 Guest(s)