Open Popup Windows Lua

[Solved] Open Popup Windows Lua | Lua - Code Explorer | yomemimo.com
Question : open popup windows lua

Answered by : mega-fan153

local function Main(display_handle,argument) -- we need this display_handle -- ... local question = "What do you like on your pizza?" local toppings = {"Pineapple", "Pepperoni", "Mushroom"} local choice = PopupInput(question, display_handle, toppings); Echo( "You choose : %d", choice ) -- You choose : 0

Source : https://forum.malighting.com/forum/thread/4079-creating-a-lua-popup/ | Last Update : Wed, 13 Jul 22

Answers related to open popup windows lua

Code Explorer Popular Question For Lua