Streamline "" and [] accessor
This commit is contained in:
parent
289f7935d0
commit
e2b51db9b5
@ -18,7 +18,7 @@
|
||||
<Page Name="start">
|
||||
<Content>
|
||||
<DataSlotLoader>
|
||||
<DataSlot>"character"</DataSlot>
|
||||
<DataSlot>"data.character"</DataSlot>
|
||||
<Create>
|
||||
<Rule>[rule.createcharacter]</Rule>
|
||||
</Create>
|
||||
@ -46,8 +46,8 @@
|
||||
<Page Name="newchar">
|
||||
<Content>
|
||||
<BaseSingleSelect>
|
||||
<Base>"races.Playable"</Base>
|
||||
<Output>[data.character.race.name]</Output>
|
||||
<Base>"base.races.Playable"</Base>
|
||||
<Output>"data.character.race.name"</Output>
|
||||
<Display>"file.name"</Display>
|
||||
</BaseSingleSelect>
|
||||
<Label>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user