Jump to content

How to group search with value inputted from prompt?


Cornysz

Recommended Posts

val = gg.prompt({'Input your item ID :'}, nil, {'number'})

if not val then gg.toast('Cancel')

elseif tonumber(val[1]) then

else

gg.toast('Value Invalid!')

end

gg.sleep(3000)

gg.searchNumber("0;val[1];18:23::100", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1)

 

I want to make the value that inputted from the prompt will join the group search too, but if i execute my script its only search 0 dword. How to fix this?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

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.