|
|
Zeile 1: |
Zeile 1: |
− | Über die "freien Aktionen" kann man Items neue Aktionen zuordnen, die man dann mit dem Item durchführen kann.
| |
− | Am Item erscheint ein Button mit dem entsprechenden Text.
| |
| | | |
− | Zunächst muss unter dem Tag
| |
− |
| |
− | <syntaxhighlight lang="XML">
| |
− | <globalsettings>
| |
− | <character>
| |
− | <useactions>
| |
− | </syntaxhighlight>
| |
− |
| |
− | die neue Aktion definiert werden.
| |
− |
| |
− | <syntaxhighlight lang="XML">
| |
− | <action>neueaktion</action>
| |
− | </syntaxhighlight>
| |
− |
| |
− | Im zweiten Schritt wird für diese Aktion ein Textkey angelegt:
| |
− |
| |
− | <syntaxhighlight lang="XML">
| |
− | <text key="inv_itemneueaktion">Neue Aktion</text>
| |
− | </syntaxhighlight>
| |
− |
| |
− | Anschließend erscheint ein Button "Neue Aktion" am Item, und in der Item-Definition ist
| |
− | <syntaxhighlight lang="XML">
| |
− | on="neueaktion"
| |
− | </syntaxhighlight>
| |
− |
| |
− | verwendbar.
| |
− |
| |
− |
| |
− | --lunatic 13:11, 10. Apr. 2014 (CEST)
| |
− | [[Category:Modding]]
| |