Life Selector Xml __hot__
<chapter id="soldier"> <scene id="battle"> <description>War comes. Do you charge or wait?</description> <choiceList> <choice action="victoryEnding"> <text>Charge heroically. (Requires strength > 8)</text> <effect> <modify var="reputation" by="+50"/> <addInventory>Sword of Valor</addInventory> </effect> </choice> <choice action="deathEnding"> <text>Retreat and live as a deserter.</text> <effect> <modify var="reputation" by="-100"/> <gameOver reason="Cowardice" /> </effect> </choice> </choiceList> </scene> </chapter>
: Used to provide visual feedback for active vs. disabled buttons. android:state_checked life selector xml
<restoring> Your original life — messy, painful, beautiful. Memory of the selector will fade. But a small tag will remain in your subconscious: </restoring> Charge heroically. (Requires strength >
<xs:element name="option"> <xs:attribute name="target" type="xs:string" use="required"/> <xs:attribute name="requires" type="xs:string"/> </xs:element> modify var="reputation" by="+50"/>