Button
This commit is contained in:
parent
e6e5279958
commit
9261e8dda0
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user