Fix case sensitivity in level checks and correct XML tag syntax in character creation tool

This commit is contained in:
Florian 2026-05-06 16:50:02 +02:00
parent 01dc5246dc
commit cf1386466f

View File

@ -3916,12 +3916,12 @@
<Text>"+1"</Text>
<OnClick>
<Action>
<If>[Level] &lt; 4</If>
<If>[level] &lt; 4</If>
<Do>[level] + 1</Do>
<Output>[level]</Output>
</Action>
<Action>
<If>[Level] &lt; 4</If>
<If>[level] &lt; 4</If>
<Do>[data.character.control.xp] - 5</Do>
<Output>[data.character.control.xp]</Output>
</Action>
@ -3942,7 +3942,7 @@
<Text>"Description:"</Text>
</Label>
<StringInput>
<Output>[data.character.magic.new_description</Output>
<Output>[data.character.magic.new_description]</Output>
</StringInput>
<Empty/>
<Button>