enderalse/source/scripts/_00e_default_setmotiontypekeyframed.psc

9 lines
153 B
Plaintext

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