so basically i have a gun that fires an emitter that fires an MOSRotating but for some reason, whenever i fire it, the game crashes, and i know that it`s the MOSRotating that is causing it. here is the code for it:
Code:
AddParticle = MOSRotating
PresetName = maul particle
HitsMOs = 1
GetsHitByMOs = 0
SpriteFile = ContentFile
FilePath = scrappers.rte/Devices/Weapons/maul.bmp
FrameCount = 1
SpriteOffset = Vector
X = -2
Y = -2
AngularVel = 6
Mass = 0.1
Sharpness = 45
is there anything wrong?