messageButtons = { ["ABORTRETRYIGNORE"] = { [1] = "Abort", [2] = "Retry", [3] = "Ignore" }, ["CANCELTRYCONTINUE"] = { [1] = "Cancel", [2] = "Try", [3] = "Continue" }, ["HELP"] = { [1] = "Help" }, ["OK"] = { [1] = "OK" }, ["OKCANCEL"] = { [1] = "OK", [2] = "Cancel" }, ["RETRYCANCEL"] = { [1] = "Retry", [2] = "Cancel" }, ["YESNO"] = { [1] = "Yes", [2] = "No" }, ["YESNOCANCEL"] = { [1] = "Yes", [2] = "No", [3] = "Cancel" } } messageSounds = { ["INFO"] = { soundID = 20, soundName = "Information", }, ["QUESTION"] = { soundID = 10, soundName = "Question", }, ["WARNING"] = { soundID = 17, soundName = "Warning", }, ["ERROR"] = { soundID = 4, soundName = "Error", }, } messageIcons = { ["INFO"] = { iconCaption = "Information", iconSound = "INFO", iconPath = "files/info.png" }, ["QUESTION"] = { iconCaption = "Question", iconSound = "QUESTION", iconPath = "files/question.png" }, ["WARNING"] = { iconCaption = "Warning", iconSound = "WARNING", iconPath = "files/warning.png" }, ["ERROR"] = { iconCaption = "Error", iconSound = "ERROR", iconPath = "files/error.png" } }