lackattack wrote:edbeard wrote:I see a lot of people having this
<?xml version="1.0" ?>
at the top of their XML. This is not necessary to my knowledge and is added when you view the XML with an XML editor. When you write the XML, <map> should always be at the start
Actually, we must have that line in every map xml file. In this case I had to add it back myself.XML Tutorial wrote:First of all, your XML file must begin with this on the first line:
- Code: Select all
<?xml version="1.0"?>
what does that line DO anyways?





