WorstFromListByList
From Original War Support Wiki
SAIL Functions/W -> WorstFromListByList
Description
This function returns the worst value from the first specified list according to the values in the second specified list.
Parameters
WorstFromListByList(first_list, second_list)
Examples
As with function BestFromListByList one can imagine that the function first sorts the list using function SortListByListAsc or function SortListByListDesc and then picks the worst unit in first_list.
WorstFromListByList([Freya, Thor, Odin, Heimdal], [1, 6, 8, 3])
Returned value is "Freya".