Re: Questions here: an inquiry thread! [Updated Sep 15th, 2014]
Posted: Wed Jul 01, 2015 1:45 pm
I have a feeling that my problem is stupidly easy to fix, but I can't figure it out.
I am creating a new sector for my mod (see the signature), but FTL Error Checker sees that it's full of errors. Most of the errors are either because the referenced event/eventList does not exist or because the referenced textList does not exist. However, this doesn't make sense. Here is an example of my code:
FTL Error Checker shows this error:
Does anyone have any ideas on how to fix it? (Note: This is not in a .xml.append file because it is an entirely new sector. Instead, it is a normal .xml file.)
I am creating a new sector for my mod (see the signature), but FTL Error Checker sees that it's full of errors. Most of the errors are either because the referenced event/eventList does not exist or because the referenced textList does not exist. However, this doesn't make sense. Here is an example of my code:
Code: Select all
<event name="STORE_WAR">
<text load="STORE_WAR"/>
<store/>
</event>
<textList name="STORE_WAR">
<text>This is one of the few places where Federation and Rebel ships can do business with each other in peace. You hail one of the merchants and see what they have to offer.</text>
<text>This area was evacuated quite a while ago, but one shopkeeper was determined to keep doing business with anyone, regardless of the war.</text>
<text>An automated ship is located nearby this beacon. You power up your weapons, but then realize that the ship is simply an automated store.</text>
</textList>
Code: Select all
Line 14: Referenced text list does not exist.