normal tutorial that works (register system)
#2

it's not bugged, you're just doing something wrong, are you sure that you're even getting a response out of the dialogue? make sure that:
1- You can't have 2 dialogs with the same ID, Ex: Bad>
#define DIALOG_CLASS 250
#define DIALOG_WEAPONS 250
Should be:
#define DIALOG_CLASS 251 // or any other different number
#define DIALOG_WEAPONS 250
good^ , ALSO, you must return 0; at the end of OnDialogueResponse.

Follow that procedure ^ if you don't get a response out of the dialogue.
Reply


Messages In This Thread
normal tutorial that works (register system) - by ivndosos - 19.01.2018, 16:02
Re: normal tutorial that works (register system) - by RogueDrifter - 19.01.2018, 16:05
Re: normal tutorial that works (register system) - by ivndosos - 19.01.2018, 16:17
Re: normal tutorial that works (register system) - by HydraHumza - 19.01.2018, 16:37

Forum Jump:


Users browsing this thread: 1 Guest(s)