Question for a new Quest
i have write a new quest
<game_task id="esc_quest_wolf">
<title>esc_quest_wolf_1</title>
<objective>
<infoportion_complete>esc_hund_in_anfager_lager</infoportion_complete>
<text>esc_quest_wolf_1_text</text>
<icon>ui_iconsTotal_wolf_new_quest_1</icon>
<infoportion_fail>esc_hund_dead</infoportion_fail>
</objective>
<objective>
<infoportion_complete>esc_bandits_dead_near_hund</infoportion_complete>
<text>esc_wolf_quest_2_text</text>
<infoportion_fail>esc_hund_dead</infoportion_fail>
</objective>
<objective>
<infoportion_complete>esc_hund_in_anfager_lager</infoportion_complete>
<text>esc_wolf_quest_3_text</text>
<infoportion_fail>esc_hund_dead</infoportion_fail>
</objective>
</game_task>
but when i have the quest the titel have a text and the other not.
but why??
i have this in the string_table_tasks_escape.xml
<string id="esc_quest_wolf_1">
<text>Wolf Bruder finden.</text>
</string>
<string id="esc_quest_wolf_1_text">
<text>Wolf Bruder finden und aus der Gefangeschaft der Banditen befreien.</text>
</string>
<string id="esc_quest_wolf_2_text">
<text>Hund ins Anfängerlager begleiten.</text>
</string>
<string id="esc_quest_wolf_3_text">
<text>Wolf bescheid sagen das sein Bruder im Lager unverletzt ist.</text>
</string>
can anyone say me this
thank you |