Be aware that if the user bumps the scrollwheel, it'll reset the camera to the default height.
You've got a couple options to tackle that: provide a command to set the camera to the custom height, or set the value every so many seconds (one of my maps does this every 0.04 seconds with very little slowdown) |