
I'm not sure if this is a bug or not...I'm trying to use a drop down menu as a calculated field. The wiki doesn't indicate I can't, but it's not working. In Savage Worlds a character's rank is determined by the number of XP. Savage Worlds makes this easy as the ranks are: 0-19 = Novice, 20-39 = Seasoned, 40-59 = Veteran, 60-79 = Heroic, and 80+ = Legendary. So, I set up the formula as: value='floor(@{xp}/20)
The drop down menu never changes. I've tried making it disabled and not disabled. It never changes. However, when I set up an <input type='text'> field with the same formula it updates properly with the correct value. Is this is a bug that I need to report, or am I just using it wrong? Thanks.