19.01.2018, 06:52
Quote:
If you mean the dialog wont show or doesn't return a response make sure that you: 1- Return 0; at the end on the last of OnDialogueResponse on all of your scripts 2- Don't have 2 dialogs with the same id, you cant have #define DIALOG_SKINS 250 and #define DIALOG_WEAPONS 250 < that wont work. |