simply put: is it possible to create an object and make it a teleport activator?
I'm trying to create a rope ladder that can be activated and that teleports the player out of a dungeon into Skyrim or another cell.
I know I've seen this being done in Oblivion, would anyone be kind enough as to point me in the right direction?
I can't come up with any examples from Vanilla Skyrim itself, else I would've looked there for help.
Thanks in advance!
EDIT:
I was able to do what I wanted by using a certain rope ladder mesh and simply create a door with that particular mesh.
Basically (for people who may find this topic looking for a solution like this) just duplicate an existing door and change the nif. That simple.
Thing is, the rope ladder still says "Open xx", like Open Skyrim, but that's not really a gamebreaker.
Also I did find this while looking: http://www.youtube.com/watch?v=BHRUK8bu4UQ&feature=youtu.be&hd=1
One could do the same thing with that small script, but I think that accessing the nif files and simply changing the mesh of a door is simple enough.