
 Re: Have MOSRotatings immediately draw to terrain?
You could have a look at 
this awesome mod it has a tool that instantly turns actors into terrain. Take a look at how that mod does it for a more detailed method, but essentially all you need to change an object into terrain is this:
Code:
   Object.Vel = Vector(0,0)
   Object.AngularVel = 0
   Object.ToSettle = true