Hauptmenü öffnen

AntamarWiki β

Änderungen

Has

527 Bytes hinzugefügt, 19:53, 14. Apr. 2011
Beispiele: zu companion-type
</has>
</code>
 
=== companion-type ===
Erlaubt die Prüfung, ob der Held ein bestimmtes Tier als Begleiter hat:
<code xml n>
<!-- Hund aktiv? -->
<has companion-type="Hund">
<success>
<p><q>Ooooh, du hast aber einen süüüüüßen Hund!</q>.</p>
</success>
<failure>
<p>Du hast keinen Hund als Begleiter.</p>
</failure>
</has>
 
<!-- Esel aktiv? -->
<has companion-type="Esel">
<success>
<p>Dein Esel ist heute wieder sturr.</p>
</success>
</has>
</code>
 
Geprüft werden können: 'Hund', 'Esel', 'Pferd' und 'Kamel'.
== Waren-Tags ==