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???????????
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.
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.
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!
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.
Name the .mod file 001ebo.mod
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
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,