Frictional Games Forum (read-only)

Full Version: shelf_secret_door moving in wrong direction
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

my shelf is moving in the wrong direction. Its moving in the direction of the red arrow, but it should move in the direction of the green one. I use SetMoveObjectState("shelfBlock", 1.0f), if I try -1.0f instead then it moves in the opposite direction of the red arrow.

So basically it's moving on the wrong axis, any way to change this?

[attachment=3448]


Thanks
Have you opened it in Model Editor, gone to Edit > User Defined Variables, and checked the axis it moves on? You will have to save it as another .ent file.
That did it, thanks!