I'm trying to get a simple statement on the mass of a scanned body but i'm having trouble getting any value out of it.
{if reportbody.earthmass < 1:
with a mass less than earth.
|else:
with a mass of {Humanise(reportbody.earthmass)} earths.
}
From what i understand, the above should work, but i'm getting "with a mass of zero earths" read to me.
any thoughts?
{if reportbody.earthmass < 1:
with a mass less than earth.
|else:
with a mass of {Humanise(reportbody.earthmass)} earths.
}
From what i understand, the above should work, but i'm getting "with a mass of zero earths" read to me.
any thoughts?