Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

Script

Page: 1 of 1
 Ravager
08-09-2008, 3:44 PM
#1
Hi! How can i move to another module using script? I want use this in dialogue
 zbyl2
08-09-2008, 3:47 PM
#2
There is StartNewModule() function you can use. Here's a script:
void main(){
StartNewModule("your module name");
}
 Ravager
08-09-2008, 3:50 PM
#3
Thanks./Dzięki. ^^

Edit: Q2 which script will fire dialogue when npc spawn?
Page: 1 of 1