Miles Edgeworth Posted November 8, 2007 Share Posted November 8, 2007 I'm trying to make, so that after beating Kreia and after the cutscenes have, that your PC warps back to the Ebon Hawk. I've made the script and altered the dialog so that it will trigger the script, but the screen goes blank and nothing happens. void main() { StartNewModule("003EBO"); } Link to comment Share on other sites More sharing options...
Marius Fett Posted November 9, 2007 Share Posted November 9, 2007 Did You Remember To Compile The Script? -DarthDingDong Link to comment Share on other sites More sharing options...
Darth Xander Posted November 9, 2007 Share Posted November 9, 2007 Did you insert the script in to 904kreia? Try using this, I tryed it and it worked. void main() { StartNewModule("003EBO", "From_904MAL", "", "", "", "", "", ""); } Link to comment Share on other sites More sharing options...
Miles Edgeworth Posted November 9, 2007 Author Share Posted November 9, 2007 DarthDingDong: I compiled the script. Darth Xander: I'll try that, but I'm not near the end of the game anymore. I deleted that save. Link to comment Share on other sites More sharing options...
stoffe Posted November 10, 2007 Share Posted November 10, 2007 I'm trying to make, so that after beating Kreia and after the cutscenes have, that your PC warps back to the Ebon Hawk. I've made the script and altered the dialog so that it will trigger the script, but the screen goes blank and nothing happens. void main() { StartNewModule("003EBO"); } There is nothing wrong with that script, so if it's compiled and put in the proper place the problem likely lies with where/how it's executed. If it is run by a dialog check that there aren't any other scripts on the same or earlier dialog nodes that might block it, and check for typos where the name of the script is specified. Link to comment Share on other sites More sharing options...
Darth Xander Posted November 10, 2007 Share Posted November 10, 2007 Darth Xander: I'll try that, but I'm not near the end of the game anymore. I deleted that save. Well to see if these scripts have worked warp to 904mal and kill kreia using "killstick" which is already in the game. Thats what I do. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.