So, I’m trying to make Lpheno.pheno produce the phenotype under the Furlength
Example: [Furlength] is LL, then the bottom line will be “They are short-furred”. If Furlength is ll then it will say “they are long-furred”
However, I’m struggling with making the pheno under the furlength show up.
Furlength
LL
pheno = short
Ll
pheno = short
ll
pheno = long
What am I doing wrong? D: Apologies if this is a dumb question, I have just been struggling for far too long
You must log in or register to comment.
On your output, you should select it first, then use the selected item.:
output [Lpheno = Furlength.selectOne] ... [pheno] pheno [Lpheno.pheno]-furred
Thank you so much <3