Derma_StringRequest
Example
Asks the user to input a string which is then printed to their console
Derma_StringRequest(
"Console Print",
"Input the string to print to console",
"",
function(text) print(text) end,
function(text) print("Cancelled input") end
)
Output: 
