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.

Problem here

Page: 1 of 1
 Mindtwistah
05-14-2007, 1:31 PM
#1
I have created an NPC. He has dialogs and everything. But when I step up to him and try to start a dialog nothing happens. Whats wrong?
 stoffe
05-14-2007, 2:22 PM
#2
I have created an NPC. He has dialogs and everything. But when I step up to him and try to start a dialog nothing happens. Whats wrong?

Some things I can think of to check:
Have you made sure the DLG file has a valid filename (max 16 characters long, alphanumerical characters only)?
Have you placed the DLG file in the override folder or inside the module where it should be used?
Have you set the name of the DLG file (without the .dlg suffix) in the Conversation field in the UTC template of the NPC? (And made sure there are no typos.)
Does the NPC have any AI script assigned in the OnDialogue event slot?
 Mindtwistah
05-14-2007, 2:38 PM
#3
Some things I can think of to check:
Have you made sure the DLG file has a valid filename (max 16 characters long, alphanumerical characters only)?
Have you placed the DLG file in the override folder or inside the module where it should be used?
Have you set the name of the DLG file (without the .dlg suffix) in the Conversation field in the UTC template of the NPC? (And made sure there are no typos.)
Does the NPC have any AI script assigned in the OnDialogue event slot?


Oops, forgot to do the third thing. :smash:
Page: 1 of 1