ScenEdit_InputBox (string)

Open an input box with the passed prompt.

Parameters

  • string string The string to display to the user

Returns

string Data entered into the box

Example
local input = ScenEdit_InputBox('Enter your name')