lets say i have a list called sizelist and within the list is a bunch of objs, and each obj has a var called "size" i need a way to find out WICH obj has the largest "size" var within the "sizelist" list... so far i got this much
for(var/obj/I in sizelist)
Yeah thats it haha. so any help?