Hi All,
Im Tring to make a simple Lua to get multiple input to use then in the Lua but i have some problem.
function BOX()
local options = {
title="LEST GOOOO", --string
backColor="Global.Focus", --string: Color based on current theme.
messageTextColor=nil, --int|string
message="Please \nSet \nThe Value", --string
display= nil, --int? | handle?
inputs={
{name="Numero", value="", blackFilter="", whiteFilter="0123456789", vkPlugin="TextInputNumOnly", maxTextLength = 6},
}
}
local Ciao = MessageBox(options)
local messageBoxResult = MessageBox(messageBoxOptions);
prova = string.gsub(messageBoxResult["inputs"][Numero],v , "")
end
return BOX
Anyone can help me with the structure?