View Single Post
Old 10-04-2014, 02:42 PM   #123
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
Posts: 13,545
Karma: 79436716
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
Code:
program:

cmp(
	raw_field('#number_fandoms'),
	2,
	'single-fandom',
	'two-fandoms',
	'three-or-more-fandoms'
)
says if LESS than 2, return single-fandom
if EQUAL 2, return two-fandoms
if GREATER than 2, return three-or-more-fandoms

So ..... with that information you should be able to see what to change

If not, check the spoiler and see

Spoiler:
Code:
program:

cmp(
	raw_field('#number_fandoms'),
	2,
	'no',
	'no',
	'yes'
)
PeterT is offline   Reply With Quote