View Single Post
Homer S
Senior Member
Volunteer Data File Author
 
Join Date: Apr 2009
Posts: 134

Old March 10th, 2020, 04:34 PM
I think what you might want is this:

Create a stat something like persPts with the accumulated option set.
Create a rule something like

var persRatio as number

persRatio = roster.stat[persPts]/roster.usersize

if (persRatio <= 0.5) then
@valid = 1
else
@valid = 0
endif

Homer

The only "hobby" GW is interested in is lining their pockets with your money.
Homer S is offline   #2 Reply With Quote