[party_tpl|pt_slavers_1,"start", [(eq,"$talk_context",tc_party_encounter),(assign,"$lost_option_gold",0),(assign,"$lost_option_men",0)], "How are you, noble-blood? We have three options for you.", "slaver_talk_a1",[]],
[party_tpl|pt_slavers_1|plyr,"slaver_talk_a1", [], "I am listening, Slaver.", "slaver_talk_b1",[]],
[party_tpl|pt_slavers_1|plyr,"slaver_talk_a1", [], "No talk, you cur! Time to die!", "close_window",[[encounter_attack],(assign, "$Slavers_Killed", 1)]],
[party_tpl|pt_slavers_1,"slaver_talk_b1", [], "One. Pay a small fee and give us any prisoners you might have. Two. Give us your prisoners and your troops. Or three. Surrender yourself to be ransomed.", "slaver_talk_b2",[]],
[party_tpl|pt_slavers_1|plyr,"slaver_talk_b2", [(eq,"$lost_option_gold",0)], "Fine. I'll pay you and give you my prisoners. What is the fee?", "slaver_talk_c1",[]],
[party_tpl|pt_slavers_1|plyr,"slaver_talk_b2", [(eq,"$lost_option_men",0)], "Fine. I give you my men and prisoners.", "slaver_talk_d1",[]],
[party_tpl|pt_slavers_1|plyr,"slaver_talk_b2", [], "I surrender.", "close_window",[(assign,"$g_player_surrenders",1)]],
[party_tpl|pt_slavers_1|plyr,"slaver_talk_b2", [], "You forgot option four...us ****ing you guys up. Charge!", "close_window",[[encounter_attack],(assign, "$Slavers_Killed", 1)]],
[party_tpl|pt_slavers_1,"slaver_talk_c1", [], "You made the right decision, you coward. The fee will be {reg5} denars.", "slaver_talk_c2",[(assign,"$slaver_fee",500),(assign,reg(5),"$slaver_fee")]],
[party_tpl|pt_slavers_1|plyr,"slaver_talk_c2", [(store_troop_gold,reg(2)),(ge,reg(2),"$slaver_fee"),(assign,reg(5),"$slaver_fee")],"Here is your {reg5} denars, criminal. And my prisoners.", "slaver_talk_e1",[
(troop_remove_gold, "trp_player","$slaver_fee"),
(assign, "$g_move_heroes", 0),
(call_script, "script_party_remove_all_prisoners", "p_main_party")]],
[party_tpl|pt_slavers_1,"slaver_talk_e1", [], "You may go. But run fast. If we catch your patheticness again, you will have less options.", "close_window",[(assign, "$g_leave_encounter",1)]],
[party_tpl|pt_slavers_1|plyr,"slaver_talk_c2", [],"Well. It appears I do not have enough for your fee.", "slaver_talk_c4",[(assign,"$lost_option_gold",1)]],
[party_tpl|pt_slavers_1,"slaver_talk_c4", [], "Well then it appears you lost an option. Choose again.", "slaver_talk_b2",[]],
[party_tpl|pt_slavers_1,"slaver_talk_d1", [(assign,"$Party_Size", 5),[store_party_size_wo_prisoners,reg(0)],(ge,reg(0),"$Party_Size")], "Pathetic. You may leave. But run fast. Cause if we catch you, you will have less options.", "close_window",[
(assign, "$g_move_heroes", 0),
(call_script, "script_party_remove_all_companions", "p_main_party"),
(call_script, "script_party_remove_all_prisoners", "p_main_party"),(assign, "$g_leave_encounter",1)]],
[party_tpl|pt_slavers_1|plyr,"slaver_talk_d1", [],"Well. It appears I do not have enough men for your offer.", "slaver_talk_c4",[(assign,"$lost_option_men",1)]],