I would suggest just to add an additional text field as the three fields I have already created. Name it LapsTotal and add a local variable to it names "total".
At the event page, add a new event that runs every tick.
set the text of LapsTotal to |"Total: "&lap1.timer+lap2.timer+lap3.timer|
I have not checked it, but should work :)