Fix case sensitivity in level checks and correct XML tag syntax in character creation tool
This commit is contained in:
parent
01dc5246dc
commit
cf1386466f
@ -3916,12 +3916,12 @@
|
||||
<Text>"+1"</Text>
|
||||
<OnClick>
|
||||
<Action>
|
||||
<If>[Level] < 4</If>
|
||||
<If>[level] < 4</If>
|
||||
<Do>[level] + 1</Do>
|
||||
<Output>[level]</Output>
|
||||
</Action>
|
||||
<Action>
|
||||
<If>[Level] < 4</If>
|
||||
<If>[level] < 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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user