Ferc Kast Posted June 10, 2008 Share Posted June 10, 2008 (....and I'm meant to be good at this....:whips self:) Okay, I have this problem with a custom swoop track I've made for the Cantina mod. I want to mske a script that warps you back to the Cantina (301NARb.mod).But instead I'm taken to the Swoop Gallery! So my questions are: 1) What do I put in the script? 2) Whaere doI pu the script? An help will be greatly appreciated! Link to comment Share on other sites More sharing options...
JediMaster76 Posted June 10, 2008 Share Posted June 10, 2008 Have you tried this script? This is for K1, but I assume it works in KoTOR 2 as well... void main() { StartNewModule("301NARb.mod"); } I am at a loss at where you would put the script, however. Link to comment Share on other sites More sharing options...
Darth InSidious Posted June 11, 2008 Share Posted June 11, 2008 Actually, that should be void main() { StartNewModule("301NARb"); } As to where to put the script, when and where do you want it to fire? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.