View Single Post
Old 01-17-2021, 03:05 AM   #3
Quuzuu
Member
Quuzuu began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Dec 2020
Device: Kindle iOS App
Update: my current solution (wonder if there's a cleaner way):

program:
r = 0;
r = add(r, field('#story'));
r = add(r, field('#characters'));
r = add(r, field('#writing'));
r = add(r, field('#ending'));
floor(r);
Quuzuu is offline   Reply With Quote