Can someone tell me whats wrong with my script?
Loading Add-On: Weapon_G11 (CRC:352579703)
Add-Ons/Weapon_G11/server.cs Line: 445 - Syntax error.
>>> Some error context, with ## on sides of error halt:
// Basic Item properties
shapeFile = "./G11.dts";
emap = true;
// Specify mount point & offset for 3rd person, and eye offset
// for first person rendering.
mountPoint = 0;
offset = "0 0 0";
eyeOffset = "0.0 1.0 -0.85"
rotation ##=## eulerToMatrix( "0 0 0" )
// When firing from a point offset from the eye, muzzle correction
// will adjust the muzzle vector to point to the eye LOS point.
// Since this weapon doesn't actually fire from the muzzle point,
// we need to turn this off.
>>> Error report complete.
ADD-ON "Weapon_G11" CONTAINS SYNTAX ERRORS