Roger A. said: So, im pretty sure this has to be a bug in the system and not my character sheet.... When I close the journal entry on the character sheet tab, then reopen by shift double-clicking, it brings up the character sheet, but it is under the gm notes section on the main character info section. It took me a while to realize it because it is scrolled down to the point of the character sheet I was looking at before, and everthing on the character sheet works just fine, but it seems odd. I've run into this as well, but I'd been unable to accurately reproduce the phenomenon. Roger A. said: One other thing I noticed that is not working quite the way I expected, but probably because I was using it wrong, not because its actually broken, is if you have a select that stores the same value for multiple options( i had one for finesse melee, regular melee, and ranged, so finesse and ranged both set to @{dexterity-mod} for the attack bonus) selecting one of the options with the duplicated value, will not neccesarily bring up the same option when you re-open the character sheet. The value will be right, just not always the label. This was inside a repeating weapon in case that matters, but i was able to work around it by adding ( ) to one of the values. I suppose I could have just changed the label, but in order to be able to read it I would have had to make it too large to fit nicely. It's good that you found a workaround, because it's not something that can really be overcome, I think. Choosing which option in the select to display would naturally be based on the attribute's value being compared to the options' values, so if you have options sharing a value you'll run into problems. Based on your workaround, it seems the values are being compared to the literal text in the HTML rather than being processed for the attribute first, so any change that produces the same value (eg, adding +0) would probably solve the issue as well.