#Quest 0 - Alley talk
[anyone|auto_proceed, "start",
[
(is_between, "$g_talk_troop", "trp_swadian_merchant", "trp_startup_merchants_end"),
(eq, "$talk_context", tc_back_alley),
(eq, "$talked_with_merchant", 0),
],
"{!}.", "start_up_quest_1_next",
[]],
[anyone, "start_up_quest_1_next",
[
(try_begin),
(eq,"$character_gender",2), #UNDEAD QUEST LINE
(str_store_string, s11, "str_undead_first_chat_with_starting_merchant"),
(else_try), #STANDARD QUEST LINE
(str_store_string, s11, "str_first_chat_with_starting_merchant"),
(try_end),
],
"{s11}", "start_up_quest_1_next_next",
[
]],
[anyone, "start_up_quest_1_next_next",
[
(try_begin),
(eq,"$character_gender",2), #UNDEAD QUEST LINE
(str_store_string, s11, "str_undead_first_chat_with_starting_merchant_2"),
(else_try), #STANDARD QUEST LINE
(str_store_string, s11, "str_first_chat_with_starting_merchant_2"),
(try_end),
],
"{s11}", "close_window",
[
(assign, "$talked_with_merchant", 1),
(mission_disable_talk),
]],