Version:
Back to list
Core :: choose
Synopsis
Invite the user to choose one value between multiple choiceGUI Dialog
Script function
core.choose(message, values[, defaultValue]) -> choiceParameters
message (String) : Message to display
values (StringList) : Possible values to choose
defaultValue (Int) [optional] : Default value index
Return value
choice (Int) : Index of the choosen value in the values list