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 Scripts not working :(
Bridge Offline
Posting Freak

Posts: 1,971
Threads: 25
Joined: May 2012
Reputation: 128
#2
RE: Scripts not working :(

<LANGUAGE>

</CATEGORY>

<CATEGORY Name ="Inventory">

        <Entry Name="ItemName_tabledoorkey_1">Desk Key</Entry>

        <Entry Name="ItemDesc_tabledoorkey_1">Little key for little door</Entry>

</LANGUAGE>

This bit of code is probably the problem. You're trying to close CATEGORY before it's even been opened. Change it to this:

<LANGUAGE>

<CATEGORY Name ="Inventory">

        <Entry Name="ItemName_tabledoorkey_1">Desk Key</Entry>

        <Entry Name="ItemDesc_tabledoorkey_1">Little key for little door</Entry>
</CATEGORY>

</LANGUAGE>
06-08-2013, 07:44 PM
Find


Messages In This Thread
Scripts not working :( - by XTM Res - 06-08-2013, 06:59 PM
RE: Scripts not working :( - by Bridge - 06-08-2013, 07:44 PM
RE: Scripts not working :( - by XTM Res - 06-08-2013, 07:48 PM



Users browsing this thread: 1 Guest(s)