Orakle2000 Posted January 14, 2011 Share Posted January 14, 2011 Hello.Im wondering if there is anyway of creating a teleport pod like the one in fallout 3 ( garden of eden save dad quest ) but in fallout new vegas.If so is there any tutorials on how to create one. If not is there any other ways to teleport you´re character to another place? (Ofc not using the pipboy, commands or a simple door) thx in advance! =) //Orakle2000 Link to comment Share on other sites More sharing options...
Demeggy Posted January 14, 2011 Share Posted January 14, 2011 Hello.Im wondering if there is anyway of creating a teleport pod like the one in fallout 3 ( garden of eden save dad quest ) but in fallout new vegas.If so is there any tutorials on how to create one. If not is there any other ways to teleport you´re character to another place? (Ofc not using the pipboy, commands or a simple door) thx in advance! =) //Orakle2000 Quick teleport tutorial: 1) Set up an activator like the dad pod2) attach the following script begin onActivate player player.moveTo whereveryouwanttheteleportlocationtobe ;(Use a marker for this ideally, or a cell in general is good) ;add your own effects ;imod imodnamegoeshere can create a coolish screen effect depending on what you find ;PlaySound - plays a sound, make sure it ain't a looping sound though, if it is, use a doOnce condition on the script end Simples :) Link to comment Share on other sites More sharing options...
Orakle2000 Posted January 14, 2011 Author Share Posted January 14, 2011 Quick teleport tutorial: 1) Set up an activator like the dad pod2) attach the following script begin onActivate player player.moveTo whereveryouwanttheteleportlocationtobe ;(Use a marker for this ideally, or a cell in general is good) ;add your own effects ;imod imodnamegoeshere can create a coolish screen effect depending on what you find ;PlaySound - plays a sound, make sure it ain't a looping sound though, if it is, use a doOnce condition on the script end Simples :) Awesome! thx m8! :D Link to comment Share on other sites More sharing options...
Orakle2000 Posted January 14, 2011 Author Share Posted January 14, 2011 Quick teleport tutorial: 1) Set up an activator like the dad pod2) attach the following script begin onActivate player player.moveTo whereveryouwanttheteleportlocationtobe ;(Use a marker for this ideally, or a cell in general is good) ;add your own effects ;imod imodnamegoeshere can create a coolish screen effect depending on what you find ;PlaySound - plays a sound, make sure it ain't a looping sound though, if it is, use a doOnce condition on the script end Simples :) err now i got a problem, it wont let me save the script... Link to comment Share on other sites More sharing options...
davidlallen Posted January 14, 2011 Share Posted January 14, 2011 (edited) If you cannot save the script, it is because there is a syntax error. Please use geck powerup to see the error. This is described in the pinned FAQ thread. Edited January 14, 2011 by davidlallen Link to comment Share on other sites More sharing options...
Recommended Posts