Sorry to interfere with your activities, I want to ask for your help to fix my wrong script, I tried to create a Tamer Frontier game script, but it doesn't work when I combine data [1] with data [2] and number 9, I do it to search group, can you justify it?
data = gg.prompt({[1]='Masukkan Code Number Digimon', [2]='Masukkan Jumlah Level Digimon', [3]='Masukkan Jumlah Level Yang Di Inginkan'}, {[1]='170100143', [2]='51', [3]='100',})
gg.clearResults(100)
gg.searchNumber('data[1];data[2]:9', gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1)
My mistake is on
'data[1];data[2]:9'
But when I made it become
'170100143;51:9'
It's work, But I want to make it easier, with no need to change the script again, how do I make it right?
Please Your Help Sir...