edited September 2014 in ORK Support
I've gotten a request to add an option to increase/decrease the player's movement speed and same for camera rotation speed--the look about speed.

I think I could do this through adding a custom option but how get that value?

Thanks for any help.
Post edited by gamingislove on
  • Since you can use Formulas for the movement speed, you can use the game variable of the custom option in the formula.

    For camera rotation speed, you'd need to use custom controls that use the game variable. You can access game variables through ORK.Game.Variables - e.g. ORK.Game.Variables.GetFloat("cameraSpeed") will get you the float variable cameraSpeed.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • Thanks very much.
Sign In or Register to comment.