This commit is contained in:
Florian 2026-03-17 16:19:55 +01:00
parent e6e5279958
commit 9261e8dda0

View File

@ -3,16 +3,30 @@
<AccessRule>[rule.access]</AccessRule>
<Display>Character Creator</Display>
<Description>The Character Creation Tool</Description>
<Data>
<DataSlot Name="character">
<DataStructure>characterdata</DataStructure>
</DataSlot>
</Data>
<StartPage>start</StartPage>
<Pages>
<Page Name="start">
<Content>
<Label>
<Text>Hallo Welt</Text>
<Text>"Character Name: "</Text>
</Label>
<Label>
<Text>"Zweite Zeile"</Text>
<Text>[data.character.definition.name]</Text>
</Label>
<Button>
<Text>"Press me"</Text>
<Actions>
<Action>
<Do>"Somename"</Do>
<Output>[data.character.definition.name]</Output>
</Action>
</Actions>
</Button>
</Content>
</Page>
</Pages>