Is there an easy way of picking the largest number out of a set of values, for instance:
[code]local value1 = math.random(0,10)
local value2 = math.random(0,10)
local value2 = math.random(0,10)
local largestValue = --something which chooses the largest value out of value1, 2 and 3
[/code] [import]uid: 116264 topic_id: 25639 reply_id: 325639[/import]
[import]uid: 52491 topic_id: 25639 reply_id: 103685[/import]