Profile


Name
Findothertot
ID
44841
Shared with
Public
Parent
Findmatch
Children
None
Created on
December 04, 2012 at 23:36 PM UTC
Updated on
December 04, 2012 at 23:36 PM UTC
Description

Gives ED score for selection

Best for


Code


local totother = 0 local seghigh=0 for i=1,structure.GetCount() do if selection.IsSelected(i) then a=current.GetSegmentEnergySubscore(i,"other") totother=totother+a end end print( "Other total: "..totother)

Comments