public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) { switch(dialogid) { case 0: { if(response) { switch(listitem) { } } } case 1: { // ... } } }