View Single Post
Old 11-16-2016, 05:48 AM   #5
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,772
Karma: 30237628
Join Date: Mar 2012
Location: Sydney Australia
Device: none
@ebookskippy - if are those are 50 simple rules, you maybe able to reduce them in number with some relatively straightforward 'Advanced Rules' - example:

Code:
program:
 first_non_empty
 ( 
		contains(field('#ships'), "Jack/Jill", 'full glass.png', ''), 
		contains(field('#ships'), "Romeo/Juliet", 'half glass.png', ''), 
		contains(field('#ships'), "Hill/Bill", 'empty glass.png', ''), 
		contains(field('#readinglist'), "Interesting", 'broken glass.png', '')
 )
BR
BetterRed is offline   Reply With Quote