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?
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?
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: