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>
|
<Text>"+1"</Text>
|
||||||
<OnClick>
|
<OnClick>
|
||||||
<Action>
|
<Action>
|
||||||
<If>[Level] < 4</If>
|
<If>[level] < 4</If>
|
||||||
<Do>[level] + 1</Do>
|
<Do>[level] + 1</Do>
|
||||||
<Output>[level]</Output>
|
<Output>[level]</Output>
|
||||||
</Action>
|
</Action>
|
||||||
<Action>
|
<Action>
|
||||||
<If>[Level] < 4</If>
|
<If>[level] < 4</If>
|
||||||
<Do>[data.character.control.xp] - 5</Do>
|
<Do>[data.character.control.xp] - 5</Do>
|
||||||
<Output>[data.character.control.xp]</Output>
|
<Output>[data.character.control.xp]</Output>
|
||||||
</Action>
|
</Action>
|
||||||
@ -3942,7 +3942,7 @@
|
|||||||
<Text>"Description:"</Text>
|
<Text>"Description:"</Text>
|
||||||
</Label>
|
</Label>
|
||||||
<StringInput>
|
<StringInput>
|
||||||
<Output>[data.character.magic.new_description</Output>
|
<Output>[data.character.magic.new_description]</Output>
|
||||||
</StringInput>
|
</StringInput>
|
||||||
<Empty/>
|
<Empty/>
|
||||||
<Button>
|
<Button>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user