[quote=@Mahz] The right+simple solution is to let an Arena Mod tag each outcome with a wager and let the system calculate the points. The easy+nasty solution is to let an Arena Mod set the point profit on each outcome. But I'd like to avoid that unless I can't figure out the right+simple solution. For example, the math for calculating each player's point profit is not obvious to me: [pre] User1 wager=100 LOSS profit=? User2 wager=0 WIN profit=? User3 wager=333 WIN profit=? User4 wager=500 DRAW profit=? User5 wager=1 WIN profit=? [/pre] [/quote] If i understand the wager system right, then, if waging points does not subtract them from a player's total until the fight ends, it should look somewhat like this: [pre] User1 wager=100 LOSS profit=0-wager=-100 User2 wager=0 WIN profit=100+wager=100 User3 wager=333 WIN profit=100+wager=433 User4 wager=500 DRAW profit=50 User5 wager=1 WIN profit=100+wager=101 [/pre] Im probably overlooking something though.