try working with the Func CompareResources()
maybe change the function of min with "<=" instead of ">=" under $T = (Number($searchTrophy) >= Number($MinTrophy)).
or if you want to hard code a number such as 20
If $searchTrophy <= Number(20) Then
$Boolean = False
Return $Boolean
EndIf
I have not tested either of these....
maybe change the function of min with "<=" instead of ">=" under $T = (Number($searchTrophy) >= Number($MinTrophy)).
or if you want to hard code a number such as 20
If $searchTrophy <= Number(20) Then
$Boolean = False
Return $Boolean
EndIf
I have not tested either of these....