Can anyone help with teleport script?

Post » Tue Jun 19, 2012 7:51 am

EDIT: Title is misleading, I had planned to link to the house mod Im building but am not allowed to. apologies

The ACTUAL post is this :

I'm building a player house, and one of the things I want to do is have a bunch of standing stones that when activated will teleport you to the various cities in skyrim

I am THIS close to getting it working but I'm missing something I don't know what. here's the script:

Scriptname FFeleportstone extends ObjectReference  ObjectReference Property TeleportMarker autoEvent OnActivate(ObjectReference akActionRef)		Game.FastTravel(TeleportMarker)EndEvent
Now I activate the teleport stone, and the loading screen jumps up giving me uselful(?) information about riften, then it finishes loading and then I'm in what appears to be a white-blue nothingness (much like you'd see if there were gaps in a cell. It's almost like nothing is rendering or I've dropped through the floor or something. also, the text "Activate Teleport Stone" is still on the screen and wont go away whatever I do. But the ambient noise and music is correct for Riften. Does anyone have any idea what I'm doing wrong? I've also tried :

ObjectReference Property TeleportMarker autoEvent OnActivate(ObjectReference akActionRef) Game.GetPlayer().MoveTo(TeleportMarker)EndEvent

Now this one works works perfectly as long as the destination is in tamriel. Ie as long as the city your going to doesnt have its own world space, for some reason the cities that do (Windhelm, Riften, Solitude, and Whiterun) still send me to the pale blue nothingness.

I've checked and double checked my linked references, and I've COCmarkers and Xmarkerheadings, any advice or insight would be appreciated
User avatar
TOYA toys
 
Posts: 3455
Joined: Sat Jan 13, 2007 4:22 am

Post » Tue Jun 19, 2012 1:05 am

What did you want the title to be? I can change it. Or close the thread.
User avatar
RaeAnne
 
Posts: 3427
Joined: Sat Jun 24, 2006 6:40 pm

Post » Tue Jun 19, 2012 6:05 am

if you could change the title to: Can anyone help with teleport script?
User avatar
Latino HeaT
 
Posts: 3402
Joined: Thu Nov 08, 2007 6:21 pm

Post » Tue Jun 19, 2012 4:34 am

if you could change the title to: Can anyone help with teleport script?
:D Bit of a difference in the thread titles there!
User avatar
Chica Cheve
 
Posts: 3411
Joined: Sun Aug 27, 2006 10:42 pm


Return to V - Skyrim