ChampionOfHircine Posted April 16, 2012 Share Posted April 16, 2012 Scripting noob here, trying to script some fast travel. I found this... http://www.creationkit.com/FastTravel_-_Game But I'm still not sure how to make it work. The example is Game.FastTravel(HomeMarker) to fast travel home. What do I use in place of HomeMarker? Is it the ID of the marker I want to go to? I tried that and it didn't work but maybe I did it wrong. Link to comment Share on other sites More sharing options...
David Brasher Posted April 16, 2012 Share Posted April 16, 2012 If in a quest script, you want lines of code that look like this: FastTravel(DragonBridge) FastTravel(Karthwasten) FastTravel(Rorikstead) FastTravel(Riverwood) FastTravel(Ivarstead) FastTravel(ShorsStone) Link to comment Share on other sites More sharing options...
Recommended Posts