ITS My script/
function skill()
local itemType = gg.choice({
"Weapon Type",
"Weapon Type ",
"Weapon Type ",
"Weapon Type ",
}, nil, "ℹWhat kind of Skill do you want to Trade?")
if itemType == nil then
return
end
local item = gg.choice(map(itemsSpec[itemType], function(item)
return item.name
end
), nil, "ℹWhich Weapon Type do you want to choose?")
if item == nil then
return
end
gg.clearResults()
gg.setRanges(gg.REGION_ANONYMOUS)
gg.searchNumber(I need here seach my itemsspec ID, gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0)
its my itemsspec
itemsSpec = {
{
{
id = 1,
name = " Single Arrow "
},
{
id = 2,
name = " Rain Blue "
},
{
id = 3,
name = " Fire Arrow "
},
{
id = 4,
name = " Green Projectile"
},
{
id = 5,
name = " Black Spell "
},
{
id = 6,
name = " Blue Projectile "
},