Module:Sandbox/AB-me/Racing table: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 57:
points[vEventResult] = (points[vEventResult] or 0) + (pointPositions[iEventResult] or 0)
end
mw.logObject(points)
-- Handling of special results
Line 72 ⟶ 70:
end
--if (vSpecial ~= nil and vSpecial['adj'] ~= nil and vSpecial['adj'] == true and vSpecial['num'] ~= nil) then
--points[vEventResultvEventSpecial] = 999(points[vEventSpecial] or 0) + (vSpecial['num'] or 0)
--end
--points[vEventResult] = (points[vEventResult] or 0) + (vSpecial['num'] or 0)
--end
end