^ Going to try that
EDIT: Syntax Error.
Object 'MedievalExplosion' is not a member of the 'ExplosionData' data block class
Object 'MedievalExplosion' is not a member of the 'ExplosionData' data block class
Object 'MedievalExplosion' is not a member of the 'ExplosionData' data block class
Object 'MedievalExplosion' is not a member of the 'ExplosionData' data block class
Object 'ShovelDrawSound' is not a member of the 'AudioProfile' data block class
Object 'ShovelDrawSound' is not a member of the 'AudioProfile' data block class
Object 'ShovelDrawSound' is not a member of the 'AudioProfile' data block class
Object 'ShovelDrawSound' is not a member of the 'AudioProfile' data block class
Add-Ons/Roleplays_MedievalRPG/Tools/Iron/wooden.cs Line: 47 - Syntax error.
>>> Some error context, with ## on sides of error halt:
ejectionOffset = 0.0;
thetaMin = 0;
thetaMax = 60;
phiReferenceVel = 0;
phiVariance = 360;
overrideAdvance = false;
particles = "MedievalExplosionParticle";
uiName = "MedievalExplosion";
};
dataBlock ExplosionData(##M##edievalExplosion)
{
//explosionShape = "";
lifeTimeMS = 500;
soundProfile = swordHitSound;
particleEmitter = swordExplosionEmitter;
particleDensity = 10;
particleRadius = 0.2;
faceViewer = true;
explosionScale = "1 1 1";
>>> Error report complete.
Executing Add-Ons/Roleplays_MedievalRPG/Tools/Iron/wooden.cs.
Add-Ons/Roleplays_MedievalRPG/Tools/Iron/wooden.cs Line: 47 - Syntax error.
>>> Some error context, with ## on sides of error halt:
ejectionOffset = 0.0;
thetaMin = 0;
thetaMax = 60;
phiReferenceVel = 0;
phiVariance = 360;
overrideAdvance = false;
particles = "burnbabyburnParticle";
uiName = "burnbabyburnExplosionEmitter";
};
dataBlock ExplosionData(##M##edievalExplosion)
{
//explosionShape = "";
lifeTimeMS = 500;
soundProfile = boomBitches;
particleEmitter = burnbabyburnExplosionEmitter;
particleDensity = 10;
particleRadius = 0.2;
faceViewer = true;
explosionScale = "1 1 1";
>>> Error report complete.