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 not working

Page: 1 of 1
 Vox Kalam
10-07-2007, 4:43 PM
#1
void main() {
object owyatt = GetObjectByTag("wyatt");
DelayCommand(0.5, AssignCommand(owyatt, ActionStartConversation( GetFirstPC(), "dantooineflashback")));
}

*pulls hair out*
 Vox Kalam
10-07-2007, 6:03 PM
#2
scratch that. The convo won't start PERIOD. I've tried the onenter script for the new custom module in which this takes place, a trigger in the module, and adding it to the utc. file and starting it the usual way.
NOTHING.
Why me?
 tk102
10-07-2007, 8:57 PM
#3
You'll need to shorten the name of your .dlg file. Maximum length is 16 characters. Try "dan_flashback" or some such.
 Vox Kalam
10-08-2007, 12:08 PM
#4
wow, I'm dumb...thanks.
Page: 1 of 1