paha989 Posted April 7, 2015 Share Posted April 7, 2015 I am making a small mod that would add an moving player home, but i dont know how you can make it so it would teleport from A to B so that's what i pretty much need help with. Here is a screenshot https://www.dropbox.com/s/wgjhzhmbtzsda6h/FlyingMachine.jpg?dl=0 Link to comment Share on other sites More sharing options...
Belthan Posted April 7, 2015 Share Posted April 7, 2015 You could make one at each possible destination, initially disabled. When the player selects a destination, enable the instance at the destination location, disable the others, and teleport the player. That's how the bullet train in Coito Ergo Sum works. Script would look something like this: FlyingMachine1REF.Disable FlyingMachine2REF.Enable player.moveto DestinationMarker2REFIf the machine will have a playable interior cell, just add doors in the cell which link to the exterior locations. If the player must be inside to operate the machine, you don't need to teleport them. FlyingMachine1REF.Disable DoorToLocation1REF.Disable FlyingMachine2REF.Enable DoorToLoaction2REF.Enable Link to comment Share on other sites More sharing options...
Recommended Posts