Hello.
I need a script that will click on 100gp and 100pc.
lua code:-- conditions
if (Container:GetItemData(spot).id == 3031 or Container:GetItemData(spot).id == 3035 and Container:GetItemData(spot).count == 100) then
Container:UseItem(spot)
Thanks