Zorkaz Posted July 24, 2022 Share Posted July 24, 2022 Here's a weird thing I've been observing with the Shopping Cart I'm using a custom shopping cart (Keyword: Movable) but it won't get translated properly.Since it has havok physics as opposed to a water plane maybe that's the issue? Scriptname TBRShoppingCartTriggerScr extends ObjectReference ObjectReference Property TheShoppingCart Auto ObjectReference Property TheXmarker Auto Int Property Into Auto Event OnTriggerEnter (ObjectReference AkActionRef) If Into == 0 TheShoppingCart.TranslateToRef(TheXmarker , 250.0) Utility.wait(0.1) Into =1 Endif EndEvent Link to comment Share on other sites More sharing options...
niston Posted July 24, 2022 Share Posted July 24, 2022 you can try setting motiontype keyframed on the cart, but probably is better to turn it into movable static. Link to comment Share on other sites More sharing options...
Zorkaz Posted July 24, 2022 Author Share Posted July 24, 2022 It is a movable static by default. I also tried making it into an activator Link to comment Share on other sites More sharing options...
Recommended Posts