So, next question
I'm trying to make something Gurps-ish while learning the authoring kit. I'm on the derived traits, namely Speed. That particular trait uses decimals, but I can't get HL to give me the correct output. I understand that it's stored as a floating number "behind the scenes", but the output is rounded to integers.
It seems I can set the field attribute "decimals" to 2 to get the correct output. However, I only want 2 decimals on that particular trait. Do I have to create a new comp for that single trait, or can I somehow override that attribute in the things-declaration (where I declare the actual Speed trait)?
/McWolfe
I'm trying to make something Gurps-ish while learning the authoring kit. I'm on the derived traits, namely Speed. That particular trait uses decimals, but I can't get HL to give me the correct output. I understand that it's stored as a floating number "behind the scenes", but the output is rounded to integers.
It seems I can set the field attribute "decimals" to 2 to get the correct output. However, I only want 2 decimals on that particular trait. Do I have to create a new comp for that single trait, or can I somehow override that attribute in the things-declaration (where I declare the actual Speed trait)?
/McWolfe