Thanks.
New question: I added an action to my "mark fanfic as read on device" to remove the book from a certain reading list. To prevent it constantly popping up messages about books not being on the list, I attached this condition to it:
Code:
program:
if
$#readorder == 'To Be Read: In-Progress Fanfics'
then
'True'
fi
Which... removed every book from that list. Oops. How do I change the template (and other gpms) to also specify only selected books?