Jump to content
  • 0

Prompt Search Dont Work


MAARS

Question

Hi everyone i am trying to concatenate the value from prompt input with a group search but it is not working, if someone can help me it will be great.

 

M = gg.prompt({
	"TYPE AMOUNT HERE"},
	{0},{'number'})
	
s = M[1]..";327691;24;~26::9"
gg.searchNumber(s, gg.TYPE_DWORD)

 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

1 hour ago, MonkeySAN said:

M = gg.prompt({
	"TYPE AMOUNT HERE"},
	{0},{'number'})
	
gg.searchNumber(M[1]..";327691;24;~26::9", 4)--4 is gg.TYPE_DWORD

 

It doesn't work always Script ended it doesn't search anything

[added 3 minutes later]
1 hour ago, MonkeySAN said:

M = gg.prompt({
	"TYPE AMOUNT HERE"},
	{0},{'number'})
	
gg.searchNumber(M[1]..";327691;24;~26::9", 4)--4 is gg.TYPE_DWORD

 

it is because of the range search "~26" when i remove the "~" it work.

[added 4 minutes later]

i have no idea how can in include my range search

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.