Fallen_Stress Posted November 14, 2020 Posted November 14, 2020 Someone can help me to debug my code please ? I want to search the value that I put + 444444 ask = gg.prompt({"Input Value"},nil,{"number"}) ask = ask+444444 gg.searchNumber(ask, gg.TYPE_FOLAT)
RizPrasety Posted November 14, 2020 Posted November 14, 2020 ask = gg.prompt({"Input Value"},nil,{"number"}) ask = ask[1] + 444444 gg.searchNumber(ask, gg.TYPE_FOLAT) Try this
Fallen_Stress Posted November 14, 2020 Author Posted November 14, 2020 8 hours ago, RizPrasety said: ask = gg.prompt({"Input Value"},nil,{"number"}) ask = ask[1] + 444444 gg.searchNumber(ask, gg.TYPE_FOLAT) Try this I tried but the script is searching the value that I typed without adding +444444 1
Lover1500 Posted November 14, 2020 Posted November 14, 2020 13 minutes ago, Fallen_Stress said: I tried but the script is searching the value that I typed without adding +444444 9 hours ago, RizPrasety said: ask = gg.prompt({"Input Value"},nil,{"number"}) ask = ask[1] + 444444 gg.searchNumber(ask, gg.TYPE_FOLAT) Try this I have tested. It work.
Fallen_Stress Posted November 14, 2020 Author Posted November 14, 2020 13 minutes ago, Lover1500 said: I have tested. It work. He is not adding +444444 He is just directly search the value you typed
Lover1500 Posted November 14, 2020 Posted November 14, 2020 ask = gg.prompt({"Input Value"},nil,{"number"}) ask = ask[1] + 444444 print(ask) See output
MonkeySAN Posted November 14, 2020 Posted November 14, 2020 (edited) it did worked....what do you want actually? Edited November 14, 2020 by MonkeySAN
RizPrasety Posted November 14, 2020 Posted November 14, 2020 7 hours ago, Fallen_Stress said: He is not adding +444444 He is just directly search the value you typed Idk what are you trying to do but here is the result
Fallen_Stress Posted November 15, 2020 Author Posted November 15, 2020 12 hours ago, RizPrasety said: Idk what are you trying to do but here is the result Thanks I got It I was looking for a method to calculate XOR I get it
zam535582 Posted November 15, 2020 Posted November 15, 2020 A classic case where people ask for something else than what are they really want..one of the many reasons why some question didnt get answered. not a single mention about xor444444 untill the very last one but others people had to guess it for them. 20201115_162057_edited.mp4 3
Fallen_Stress Posted November 27, 2020 Author Posted November 27, 2020 On 11/15/2020 at 9:26 AM, zam535582 said: A classic case where people ask for something else than what are they really want..one of the many reasons why some question didnt get answered. not a single mention about xor444444 untill the very last one but others people had to guess it for them. 20201115_162057_edited.mp4 15.45 MB · 0 downloads can i get this code ?
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