anybody knows what is the command to teleport you to a certain area (the script language, not the command for the in game cheat)? any help is really appreciated
  
 
  
  
    or perhaps someone knows the location for transit back script?
  
 
  
  
    Open up k_pebn_swoop.nss
 
 I think you'll find what you need in there.
 
 For example.. to "teleport" to Upper Taris NorthEast, you'd....
 
 CleanUpLocals(oSwoop);
 StartNewModule("tar_m02ab", "K_PTAR_SWOOP_POINT_01");
 
 
 Once you browse that file, you should get the gist pretty easily. :)
 
 -Kitty
  
 
  
  
    does any one know what you would need to do to get it to warp to a custom made module?
  
 
  
  
    Originally posted by lowiej 
 does any one know what you would need to do to get it to warp to a custom made module? 
 
 lowiej you might want to take a look at Maverick187's Mod Shop at pcgamemods as he has put his custom made module in the game, and the source scripts to Warp to and from are included. 
 
 As I wrote the warp scripts, and created the shady Walrusman and his dialogue for that cool mod, it will surely give you a push in the right direction! :D
 
 I hope this helps! :D
  
 
  
  
    ive got it working so my recruitment mod is comiong along hopefully i will be done to night