help guys
#2

Enumerators cannot be used like that. You don't even need enums to define dialogs.

Define them like this instead.

PHP Code:
#define DIALOG_UNUSED 0
#define DIALOG_ARMI  1
#define DIALOG_DROGA  2 
#define DIALOG_REGISTRAZIONE 3
#define DIALOG_LOGIN 4
#define DIALOG_SUCCESSO_1 5
#define DIALOG_SUCCESSO_2 6 
Note that every dialog should have unique IDs. If you define 2 dialogs with the same ID, it will be mixed up in the script.
Reply


Messages In This Thread
help guys - by kevi11 - 17.06.2016, 08:08
Re: help guys - by Sjn - 17.06.2016, 08:27

Forum Jump:


Users browsing this thread: 1 Guest(s)