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.

Scripts fired after dialog end

Page: 1 of 1
 Xavier2
12-01-2004, 4:47 PM
#1
I have a script like this attached to a dialog branch to load a new area:

void main()
{
StartNewModule("AREA51");
}

It happens i need the script to fire a minute after the dialog finishes, not right away. Is it possible? and how should be the code?
 Darth333
12-01-2004, 5:08 PM
#2
DelayCommand(60.0, StartNewModule("AREA51"));
Page: 1 of 1