(01-04-2014, 01:52 AM)The chaser Wrote: Try replacing this:
<CATEGORY Name="Inventory">
<Entry Name="ItemName_TestItem">Food Storage Key</Entry>
<Entry Name="ItemDesc_TestItem">This is the key of the "Food Storage"</Entry>
</CATEGORY>
For this:
<CATEGORY Name="Inventory">
<Entry Name="ItemName_TestItem">Food Storage Key</Entry>
<Entry Name="ItemDesc_TestItem">This is the key of the Food Storage</Entry>
</CATEGORY>
The ("") might be the problem
Still did not work
(01-04-2014, 01:52 AM)The chaser Wrote: Try replacing this:
<CATEGORY Name="Inventory">
<Entry Name="ItemName_TestItem">Food Storage Key</Entry>
<Entry Name="ItemDesc_TestItem">This is the key of the "Food Storage"</Entry>
</CATEGORY>
For this:
<CATEGORY Name="Inventory">
<Entry Name="ItemName_TestItem">Food Storage Key</Entry>
<Entry Name="ItemDesc_TestItem">This is the key of the Food Storage</Entry>
</CATEGORY>
The ("") might be the problem
The crash only started to happen is when i added this!
<CATEGORY Name="Levels">
<Entry Name="MasterBedroom">Master Bedroom</Entry>
<Entry Name="FoodStorage">Food Storage</Entry>
</CATEGORY>
<CATEGORY Name="CustomCatLevels">
<Entry Name="CustomEntryLevel">The "Master Bedroom" door is locked. You need the "Master Bedroom Key" to unlock it.</Entry>
<Entry Name="CustomEntryLevel2">The "Food Storage" door is locked. You need the "Food Storage Key" to unlock it.</Entry>