Xavier2 Posted December 1, 2004 Share Posted December 1, 2004 I have a script like this attached to a dialog branch to load a new area: [size=1]void main() { StartNewModule("AREA51"); }[/size] 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? Link to comment Share on other sites More sharing options...
Darth333 Posted December 1, 2004 Share Posted December 1, 2004 DelayCommand(60.0, StartNewModule("AREA51")); Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.