Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<thing
id="skCarbine"
name="Carbines"
compset="Skill"
isunique="yes"
description="Use your Carbines skill when firing carbine class weapons. As the weapons most commonly issued to infantry, carbines offer versatility and lethality. They are designed for quick carry, ease of use, and close-quarters action">
<fieldval field="trtAbbrev" value="Car"/>
<arrayval field="trtSpec" index="0" value="Beam"/>
<arrayval field="trtSpec" index="1" value="Non-Lethal"/>
<arrayval field="trtSpec" index="2" value="Projectile"/>
<tag group="Skills" tag="Combat"/>
</thing>
<component
id="Skill"
name="Skill"
autocompset="no"
panellink="skills">
<field
id="trtSpec"
name="Specialty"
type="user">
</field>
....
Check that... the above code works. It was flagging the next one down. Apparently, one can't have a tag preceding the arrayvals.
Are you sure that one is where you encountered the problem? It should give you a line number for that error - you're sure it's coming from this skill, and not one of the other skills?
Also, weren't you going to wait on the specialties? Why implement them as an array now, if you're going to do them properly later on?