Search
 
SCRIPT & CODE EXAMPLE
 

LUA

open popup windows lua

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
Comment

PREVIOUS NEXT
Code Example
Lua :: rgb to hex lua 
Lua :: luau debounce 
Lua :: roblox loop players 
Lua :: luau loop players 
Lua :: os.date lua 
Lua :: lua for loop 
Lua :: roblox table.find 
Lua :: roblox key pressed script 
Lua :: lua find key in table 
Lua :: how to get the player mouse in roblox studio 
Lua :: Random Map in roblox 
Lua :: lua object 
Lua :: forever loop roblox lua 
Lua :: convert string to lowercase lua 
Lua :: lua print table 
Lua :: roblox get how many players in server 
Lua :: Get Nearest Player fivem 
Lua :: lua math.random 
Lua :: lua teleport 
Matlab :: matlab read from txt file 
Matlab :: matlab symbolic variables 
Matlab :: two return variables in matlab 
Basic :: excel vba chck that the range is empty 
Basic :: fill in the commands belllow if you wanted to map a value saved in the variable count from one tange to another 
Elixir :: elixir change map key name 
Elixir :: elixir list 
Scala :: scala remove element from list 
Actionscript :: Application insights powershell 
Excel :: convert number to date in excel 
Perl :: perl 
ADD CONTENT
Topic
Content
Source link
Name
5+6 =