I've searched the forums for "elevator" and "skybox elevator" and found some likely scripts, but everything seems to be rough-sketch rather than finished product.
Do you know of any builder/vendor who has nailed a good, reliable skybox elevator design that has the following features?
a) Can travel between any user-definable (via notecard) "ground floor" height and a user-definable "skybox" height up to at least the 256 meter limit, if not much higher. Such movement should be only along the Z-axis so that the elevator platform can be precisely positioned along the X- and Y-axes to line up with your landing edge of the skybox. The platform should also not be subject to X- or Y-axis drift from AVs bumping into it.
b) Can move at a user-definable (via notecard) speed, or let the user choose from a set of predefined speeds. The idea here is to have a relatively slow-rising elevator so that you can spin around your camera and enjoy the view of the landscape as the elevator rises. Perhaps this could be accomplished by using SetPos to raise the elevator 10 meters at a jump with a small delay between each 10-meter jump specified (via user-definable notecard) in the range of 1 to 10000 milliseconds?
c) Can carry up to four AVs at a time (I know that physics comes into play on some elevator-capable functions).
d) Can be called from the skybox if the elevator is currently on the ground floor, and vice-versa.
e) Can be set to respond only to a user-definable (via notecard) set of people who can use the elevator controls. People not explicitly listed on the notecard will not be able to call the elevator nor make it go up or down.
f) The elevator platform itself is just a simple flattened box primitive that the user can mod to any size and change the texture and color. In otherwords, the platform shape/size/texture/color, etc. is modifiable to match the user's preferences but the script itself could be protected from user mods/copy/transfter if you don't want a user copying and reselling your code.
g) The elevator's up/down controls are initiated by a chat command on a user-definable (via notecard) channel. No prim objects to make the elevator go up or down.
h) The elevator's "call" controls consist of two simple box prims, one for the ground floor and one for the skybox. As with the elevator platform, the prim should be modifiable to different sizes, textures, colors, etc.
i) Ideally, the user can build their own cage or railings or whatnot and link them to the elevator platform's prim, or they can use the elevator just as a simple naked platform with no special adornments.
---------
If you know of any existing product like this, I'd love to hear about it. We have a nice skybox on beautiful residential waterfront property, and TPing up and down doesn't let you enjoy the view as you travel to/from the skybox. The skybox is also above the unaugmented flight level so it's not an option to just take a slow flight up to enjoy the view.
If you don't know of such an exisiting product, but you are a scripter and think you can build such a thing, I will gladly retain you for your services. (Hint, if you can build this, it *will* sell on the open market.)
FWIW, I am *certain* that such an object can be built because it wouldn't have to be that much different in principle than how Cubey Terra's Terra SpeedSpork works. When you wear the SpeedSpork, you type "/5 go to 200" and you rise gracefully up to that exact altitude. The same basic principles should be able to adapt to a platform that you stand on (or sit on to link to it?) instead of a spork that you hold in one hand.
Thanks for your advice or comments!
- Fushichou