- 0
refine value with multiChoice
-
Similar Content
-
- 0 replies
- 1,046 views
-
- 1 answer
- 1,072 views
-
- 3 answers
- 1,046 views
-
Value Saving 1 2 3
By TypoWasTaken,
- 34 answers
- 5,624 views
-
hacking values
By machok,
- 3 answers
- 1,289 views
-
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