Jump to content

help with script FindClosestReferenceOfAnyTypeInListFromRef


firepower02

Recommended Posts

Have you tried SetMotionType(4) on the weapon then use TarnslateTo to move it?

http://www.creationkit.com/SetMotionType_-_ObjectReference

 

I've had no problems moving weapons with TranslateTo

Obviously won't work on a weapon that is held in hand by PC / NPC

Which you could call dropobject() before hand if needed to do things that way.

Edited by sLoPpYdOtBiGhOlE
Link to comment
Share on other sites

It works, the sword was moved by translateto, however, this makes it passable, like it will lost its collisions. How do I enable its collision back?

I used , but didn't work.

 

Event OnTranslationComplete()
ClosestMarker.SetMotionType(1, false)
Sparkle.Stop(ClosestMarker)
Debug.Trace("Translation Done!")
EndEvent

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...