Ok, there is one more error the console is reporting and that is this.
Fixed that, now just this.
Loading Add-On: Weapon_mine (CRC:-511718880)
Add-Ons/Weapon_mine/Weapon_mine.cs Line: 440 - Syntax error.
>>> Some error context, with ## on sides of error halt:
^%obj.playthread(2, spearThrow);
^Parent::onFire(%this, %obj, %slot);
}
//this is where it gets fancy
function mineProjectile::onCollision(%this,%obj,%col,%fade,%pos,%normal)
{
^%col.getTransform(); //gets postition and below sets them to the variables
^{##
##
^^%position = %col.getTransform
^^^
^^%item = new Item()
^^{
^^^datablock = "mineItem";
^^^static = 1;
^^^position = %position;
^^^Rotation = "1 0 0 0";
^^^scale = "1 1 1"
^^};
^^
^^%col.item = %item; //makes the thing go away if the brick it is on does? I dotn really know what it does
>>> Error report complete.
ADD-ON "Weapon_mine" CONTAINS SYNTAX ERRORS