Profile
- Name
- Findmatch
- ID
- 44436
- Shared with
- Public
- Parent
- None
- Children
- Created on
- October 29, 2012 at 13:15 PM UTC
- Updated on
- October 29, 2012 at 13:15 PM UTC
- Description
Search for higherst ED score
Best for
Code
local highother = -100
local seghigh=0
for i=1,structure.GetCount() do
a=current.GetSegmentEnergySubscore(i,"other")
if a > highother then
highother=a
seghigh=i
end
end
print( "High seg: "..seghigh, highother)