Question Dialog
Options and examples

### QT.Question Function ###
The `QT.Question` function is used to display a question form to the player, allowing them to confirm or cancel an action.
It provides a title, question text, and an optional disclaimer.
## Syntax ##
local questionForm = QT.Question({
title = "Example question title",
question = "This is example question text",
disclaimer = "This is example sub text",
})Last updated