PDA

View Full Version : Potential error in 3.5e ruleset



Mephisto
March 14th, 2021, 22:28
Hi all,
I was checking the "skill" tab in the 3.5e ruleset and got a number of non-critical errors about the stateframe.

The error originates in the record_char_skills.xml file where a stateframe "sheetfocus" is defined. Is there a reason for that code?



<cycler_charskillability name="statname">
<anchored width="40" height="20">
<top offset="2" />
<right parent="rightanchor" anchor="left" relation="relative" offset="-5" />
</anchored>
<stateframe>
<hover name="sheetfocus" offset="5,5,5,5" />
</stateframe>
<script>
function onValueChanged()
window.onStatUpdate();
end
</script>
</cycler_charskillability>