Scriptname _00E_Default_SetMotionTypeKeyframed extends ObjectReference Event OnCellAttach() If Self.Is3DLoaded() SetMotionType(4) EndIf EndEvent