- 0
refine value with multiChoice
-
Similar Content
-
- 1 answer
- 1,557 views
-
- 3 answers
- 1,649 views
-
Find Value
By UllQ,
- 0 replies
- 612 views
-
- 3 answers
- 1,367 views
-
- 4 answers
- 1,949 views
-
By UllQ,
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Question
XkPP
tar = gg.getResults(gg.getResultCount())
val = {}
for i, v in ipairs(tar) do
table.insert(val,v.value)
end
local menu = gg.multiChoice(val,nil,"")
if not menu then os.exit() end
if menu[val] == true then
gg.refineNumber(menu[val],4)
end
when I try it doesn't respond to refine please help
10 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now