You can use max-one-of
to find the largest player and give them a temporary name (eg "biggest"). Then you can address the player directly. It would look like this:
to consume ; patch procedure
ask patches
[ let biggest max-one-of players-here [size]
ask biggest
[ if any? other players-here
[ ... ] ; code to get eaten
]
]
end
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…