(Official) LUA Scripting Documentation
input_num
Display an input number dialog and wait for user input.
Spec:
input_num(
string header)
Parameters
header
: A descriptive header for the input dialog
Returns
double
: The user input
Example
local n = input_num("Enter your age")
notify("Your age is: ",text)
Incomplete
This documentation is incomplete