Awesome work,
Now a few other parts are a little off but has close to the same issue.
When level is "none" the level doesn't show, which is great but I also need the label "Level" not to show. This is just a standard text field.
This could also be fixed if instead of the level not appearing if the level is "none" we have it parse "0".
Code:
Parent.NewLevelDisplay.text=bCheck bCheck=(sCond ? ' ' : Text) sCond=(sCheck1 || sCheck2) sCheck2=(Text == 0) sCheck1=(Text == 'None')
How do we change this slightly so that it parses Zero if it returns empty?
Thanks,
Draven