Quote:
Originally Posted by ownedbycats
Hmm, the compare op didn't seem to work. I tried this:
Code:
elif
ccount >#1
&&
status != 'Oneshot'
then
ccount
It resulted in a null on a oneshot (by definition, those are always one chapter  )
|
Ok I figured it out. It wasn't the compare op, but there's no other statements telling it what it
should display if it's a oneshot. I'll just leave in the second elif statement, it's easier.