LordVader1 Posted October 8, 2011 Share Posted October 8, 2011 Im making a Short mod to transit someplace using script like Example, Your on DXUN and you talk to a Mandalorian. After you talk to him you transit to korriban. How do I do this??????????? Link to comment Share on other sites More sharing options...
TimBob12 Posted October 8, 2011 Share Posted October 8, 2011 There is a script functiion for this but cant remember of the top of my head. Use the search function to search for module or warp. Link to comment Share on other sites More sharing options...
LDR Posted October 8, 2011 Share Posted October 8, 2011 You attach a transit script to the dialog. void main() { StartNewModule("PUT NAME OF MODULE HERE"); } When the Mandalorian says he'll transport you, attach a blank line. On HIS blank line after that dialog option, attach this script. If you want to transport back, do the same thing, but change the module name into the name of the module you and the Mandalorian were previously in. Link to comment Share on other sites More sharing options...
LordVader1 Posted October 8, 2011 Author Share Posted October 8, 2011 You attach a transit script to the dialog. void main() { StartNewModule("PUT NAME OF MODULE HERE"); } When the Mandalorian says he'll transport you, attach a blank line. On HIS blank line after that dialog option, attach this script. If you want to transport back, do the same thing, but change the module name into the name of the module you and the Mandalorian were previously in. Thanks man! Link to comment Share on other sites More sharing options...
LordVader1 Posted October 9, 2011 Author Share Posted October 9, 2011 Does anybody know how to change the starting Module when you start a new game? Like you normally start at Peragus, is there a way to change the Starting module to something like a republic ship " The Harbringer "? I know Im asking a bunch of questions like area transitting and other stuff, I'll tell why in a month or so. Link to comment Share on other sites More sharing options...
Canderis Posted October 9, 2011 Share Posted October 9, 2011 Name the .mod file 001ebo.mod Link to comment Share on other sites More sharing options...
jonathan7 Posted October 9, 2011 Share Posted October 9, 2011 LordVader1, please stop posting multiple threads with similar questions, keep your questions confined to one thread instead of cluttering the forum with multiple threads. This is unfair to other modders as if you have five threads open it pushes their threads down the list, thus monopolizing the forum for your purposes. Please keep in mind there are quite a few people who have threads they need help with or wish for others to see. -- j7 Link to comment Share on other sites More sharing options...
LordVader1 Posted October 9, 2011 Author Share Posted October 9, 2011 Name the .mod file 001ebo.mod Thanks! LordVader1, please stop posting multiple threads with similar questions, keep your questions confined to one thread instead of cluttering the forum with multiple threads. This is unfair to other modders as if you have five threads open it pushes their threads down the list, thus monopolizing the forum for your purposes. Please keep in mind there are quite a few people who have threads they need help with or wish for others to see. -- j7 Sorry, Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.