Button
This commit is contained in:
parent
e6e5279958
commit
9261e8dda0
@ -3,16 +3,30 @@
|
|||||||
<AccessRule>[rule.access]</AccessRule>
|
<AccessRule>[rule.access]</AccessRule>
|
||||||
<Display>Character Creator</Display>
|
<Display>Character Creator</Display>
|
||||||
<Description>The Character Creation Tool</Description>
|
<Description>The Character Creation Tool</Description>
|
||||||
|
<Data>
|
||||||
|
<DataSlot Name="character">
|
||||||
|
<DataStructure>characterdata</DataStructure>
|
||||||
|
</DataSlot>
|
||||||
|
</Data>
|
||||||
<StartPage>start</StartPage>
|
<StartPage>start</StartPage>
|
||||||
<Pages>
|
<Pages>
|
||||||
<Page Name="start">
|
<Page Name="start">
|
||||||
<Content>
|
<Content>
|
||||||
<Label>
|
<Label>
|
||||||
<Text>Hallo Welt</Text>
|
<Text>"Character Name: "</Text>
|
||||||
</Label>
|
</Label>
|
||||||
<Label>
|
<Label>
|
||||||
<Text>"Zweite Zeile"</Text>
|
<Text>[data.character.definition.name]</Text>
|
||||||
</Label>
|
</Label>
|
||||||
|
<Button>
|
||||||
|
<Text>"Press me"</Text>
|
||||||
|
<Actions>
|
||||||
|
<Action>
|
||||||
|
<Do>"Somename"</Do>
|
||||||
|
<Output>[data.character.definition.name]</Output>
|
||||||
|
</Action>
|
||||||
|
</Actions>
|
||||||
|
</Button>
|
||||||
</Content>
|
</Content>
|
||||||
</Page>
|
</Page>
|
||||||
</Pages>
|
</Pages>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user