package script.conversation; import script.*; import script.base_class.*; import script.combat_engine.*; import java.util.Arrays; import java.util.Hashtable; import java.util.Vector; import script.base_script; import script.library.ai_lib; import script.library.chat; import script.library.groundquests; import script.library.utils; public class tatooine_eisley_byxle extends script.base_script { public tatooine_eisley_byxle() { } public static String c_stringFile = "conversation/tatooine_eisley_byxle"; public boolean tatooine_eisley_byxle_condition__defaultCondition(obj_id player, obj_id npc) throws InterruptedException { return true; } public boolean tatooine_eisley_byxle_condition_tdcOnTask1(obj_id player, obj_id npc) throws InterruptedException { int questId1 = questGetQuestId("quest/tatooine_eisley_tdc"); int tat_eisley_tdc_e1 = groundquests.getTaskId(questId1, "tat_eisley_tdc_e1"); boolean onTask = questIsTaskActive(questId1, tat_eisley_tdc_e1, player); return onTask; } public boolean tatooine_eisley_byxle_condition_tdcOnTask2(obj_id player, obj_id npc) throws InterruptedException { int questId1 = questGetQuestId("quest/tatooine_eisley_tdc"); int tat_eisley_tdc_e3 = groundquests.getTaskId(questId1, "tat_eisley_tdc_e3"); boolean onTask = questIsTaskActive(questId1, tat_eisley_tdc_e3, player); return onTask; } public boolean tatooine_eisley_byxle_condition_tdcOnTask3(obj_id player, obj_id npc) throws InterruptedException { int questId1 = questGetQuestId("quest/tatooine_eisley_tdc"); int tat_eisley_tdc_e5 = groundquests.getTaskId(questId1, "tat_eisley_tdc_e5"); boolean onTask = questIsTaskActive(questId1, tat_eisley_tdc_e5, player); return onTask; } public boolean tatooine_eisley_byxle_condition_tdcOnTask4(obj_id player, obj_id npc) throws InterruptedException { int questId1 = questGetQuestId("quest/tatooine_eisley_tdc"); int tat_eisley_tdc_e7 = groundquests.getTaskId(questId1, "tat_eisley_tdc_e7"); boolean onTask = questIsTaskActive(questId1, tat_eisley_tdc_e7, player); return onTask; } public boolean tatooine_eisley_byxle_condition_tdcTaskComplete(obj_id player, obj_id npc) throws InterruptedException { int questId1 = questGetQuestId("quest/tatooine_eisley_tdc"); int tat_eisley_tdc_e9 = groundquests.getTaskId(questId1, "tat_eisley_tdc_e9"); boolean onTask = questIsTaskActive(questId1, tat_eisley_tdc_e9, player); return onTask; } public boolean tatooine_eisley_byxle_condition_tdcQuestComplete(obj_id player, obj_id npc) throws InterruptedException { int questId1 = questGetQuestId("quest/tatooine_eisley_tdc"); boolean OnTask = (questIsQuestComplete(questId1, player)); return OnTask; } public boolean tatooine_eisley_byxle_condition_blocker(obj_id player, obj_id npc) throws InterruptedException { return groundquests.isQuestDisabled("tatooine_eisley_tdc"); } public void tatooine_eisley_byxle_action_grantTDCQuest(obj_id player, obj_id npc) throws InterruptedException { int questId = questGetQuestId("quest/tatooine_eisley_tdc"); groundquests.grantQuest(questId, player, npc, true); } public void tatooine_eisley_byxle_action_facePlayer(obj_id player, obj_id npc) throws InterruptedException { faceTo(npc, player); } public void tatooine_eisley_byxle_action_signalTDCReward(obj_id player, obj_id npc) throws InterruptedException { groundquests.sendSignal(player, "tat_eisley_tdc_e9"); } public int tatooine_eisley_byxle_handleBranch1(obj_id player, obj_id npc, string_id response) throws InterruptedException { if (response.equals("s_47")) { if (tatooine_eisley_byxle_condition__defaultCondition(player, npc)) { string_id message = new string_id(c_stringFile, "s_48"); utils.removeScriptVar(player, "conversation.tatooine_eisley_byxle.branchId"); npcEndConversationWithMessage(player, message); return SCRIPT_CONTINUE; } } return SCRIPT_DEFAULT; } public int tatooine_eisley_byxle_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { if (response.equals("s_29")) { if (tatooine_eisley_byxle_condition__defaultCondition(player, npc)) { string_id message = new string_id(c_stringFile, "s_30"); int numberOfResponses = 0; boolean hasResponse = false; boolean hasResponse0 = false; if (tatooine_eisley_byxle_condition__defaultCondition(player, npc)) { ++numberOfResponses; hasResponse = true; hasResponse0 = true; } if (hasResponse) { int responseIndex = 0; string_id responses[] = new string_id[numberOfResponses]; if (hasResponse0) { responses[responseIndex++] = new string_id(c_stringFile, "s_69"); } utils.setScriptVar(player, "conversation.tatooine_eisley_byxle.branchId", 4); npcSpeak(player, message); npcSetConversationResponses(player, responses); } else { utils.removeScriptVar(player, "conversation.tatooine_eisley_byxle.branchId"); npcEndConversationWithMessage(player, message); } return SCRIPT_CONTINUE; } } return SCRIPT_DEFAULT; } public int tatooine_eisley_byxle_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { if (response.equals("s_69")) { if (tatooine_eisley_byxle_condition__defaultCondition(player, npc)) { tatooine_eisley_byxle_action_signalTDCReward(player, npc); string_id message = new string_id(c_stringFile, "s_70"); utils.removeScriptVar(player, "conversation.tatooine_eisley_byxle.branchId"); npcEndConversationWithMessage(player, message); return SCRIPT_CONTINUE; } } return SCRIPT_DEFAULT; } public int tatooine_eisley_byxle_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { if (response.equals("s_40")) { if (tatooine_eisley_byxle_condition__defaultCondition(player, npc)) { string_id message = new string_id(c_stringFile, "s_41"); int numberOfResponses = 0; boolean hasResponse = false; boolean hasResponse0 = false; if (tatooine_eisley_byxle_condition__defaultCondition(player, npc)) { ++numberOfResponses; hasResponse = true; hasResponse0 = true; } if (hasResponse) { int responseIndex = 0; string_id responses[] = new string_id[numberOfResponses]; if (hasResponse0) { responses[responseIndex++] = new string_id(c_stringFile, "s_42"); } utils.setScriptVar(player, "conversation.tatooine_eisley_byxle.branchId", 7); npcSpeak(player, message); npcSetConversationResponses(player, responses); } else { utils.removeScriptVar(player, "conversation.tatooine_eisley_byxle.branchId"); npcEndConversationWithMessage(player, message); } return SCRIPT_CONTINUE; } } return SCRIPT_DEFAULT; } public int tatooine_eisley_byxle_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { if (response.equals("s_42")) { if (tatooine_eisley_byxle_condition__defaultCondition(player, npc)) { string_id message = new string_id(c_stringFile, "s_43"); int numberOfResponses = 0; boolean hasResponse = false; boolean hasResponse0 = false; if (tatooine_eisley_byxle_condition__defaultCondition(player, npc)) { ++numberOfResponses; hasResponse = true; hasResponse0 = true; } if (hasResponse) { int responseIndex = 0; string_id responses[] = new string_id[numberOfResponses]; if (hasResponse0) { responses[responseIndex++] = new string_id(c_stringFile, "s_44"); } utils.setScriptVar(player, "conversation.tatooine_eisley_byxle.branchId", 8); npcSpeak(player, message); npcSetConversationResponses(player, responses); } else { utils.removeScriptVar(player, "conversation.tatooine_eisley_byxle.branchId"); npcEndConversationWithMessage(player, message); } return SCRIPT_CONTINUE; } } return SCRIPT_DEFAULT; } public int tatooine_eisley_byxle_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { if (response.equals("s_44")) { if (tatooine_eisley_byxle_condition__defaultCondition(player, npc)) { string_id message = new string_id(c_stringFile, "s_45"); utils.removeScriptVar(player, "conversation.tatooine_eisley_byxle.branchId"); npcEndConversationWithMessage(player, message); return SCRIPT_CONTINUE; } } return SCRIPT_DEFAULT; } public int tatooine_eisley_byxle_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { if (response.equals("s_37")) { if (tatooine_eisley_byxle_condition__defaultCondition(player, npc)) { string_id message = new string_id(c_stringFile, "s_38"); int numberOfResponses = 0; boolean hasResponse = false; boolean hasResponse0 = false; if (tatooine_eisley_byxle_condition__defaultCondition(player, npc)) { ++numberOfResponses; hasResponse = true; hasResponse0 = true; } if (hasResponse) { int responseIndex = 0; string_id responses[] = new string_id[numberOfResponses]; if (hasResponse0) { responses[responseIndex++] = new string_id(c_stringFile, "s_84"); } utils.setScriptVar(player, "conversation.tatooine_eisley_byxle.branchId", 11); npcSpeak(player, message); npcSetConversationResponses(player, responses); } else { utils.removeScriptVar(player, "conversation.tatooine_eisley_byxle.branchId"); npcEndConversationWithMessage(player, message); } return SCRIPT_CONTINUE; } } return SCRIPT_DEFAULT; } public int tatooine_eisley_byxle_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { if (response.equals("s_84")) { if (tatooine_eisley_byxle_condition__defaultCondition(player, npc)) { string_id message = new string_id(c_stringFile, "s_85"); utils.removeScriptVar(player, "conversation.tatooine_eisley_byxle.branchId"); npcEndConversationWithMessage(player, message); return SCRIPT_CONTINUE; } } return SCRIPT_DEFAULT; } public int tatooine_eisley_byxle_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { if (response.equals("s_34")) { if (tatooine_eisley_byxle_condition__defaultCondition(player, npc)) { string_id message = new string_id(c_stringFile, "s_35"); utils.removeScriptVar(player, "conversation.tatooine_eisley_byxle.branchId"); npcEndConversationWithMessage(player, message); return SCRIPT_CONTINUE; } } return SCRIPT_DEFAULT; } public int tatooine_eisley_byxle_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { if (response.equals("s_52")) { if (tatooine_eisley_byxle_condition__defaultCondition(player, npc)) { string_id message = new string_id(c_stringFile, "s_54"); utils.removeScriptVar(player, "conversation.tatooine_eisley_byxle.branchId"); npcEndConversationWithMessage(player, message); return SCRIPT_CONTINUE; } } return SCRIPT_DEFAULT; } public int tatooine_eisley_byxle_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { if (response.equals("s_58")) { if (tatooine_eisley_byxle_condition__defaultCondition(player, npc)) { string_id message = new string_id(c_stringFile, "s_60"); int numberOfResponses = 0; boolean hasResponse = false; boolean hasResponse0 = false; if (tatooine_eisley_byxle_condition__defaultCondition(player, npc)) { ++numberOfResponses; hasResponse = true; hasResponse0 = true; } if (hasResponse) { int responseIndex = 0; string_id responses[] = new string_id[numberOfResponses]; if (hasResponse0) { responses[responseIndex++] = new string_id(c_stringFile, "s_62"); } utils.setScriptVar(player, "conversation.tatooine_eisley_byxle.branchId", 18); npcSpeak(player, message); npcSetConversationResponses(player, responses); } else { utils.removeScriptVar(player, "conversation.tatooine_eisley_byxle.branchId"); npcEndConversationWithMessage(player, message); } return SCRIPT_CONTINUE; } } return SCRIPT_DEFAULT; } public int tatooine_eisley_byxle_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { if (response.equals("s_62")) { if (tatooine_eisley_byxle_condition__defaultCondition(player, npc)) { string_id message = new string_id(c_stringFile, "s_64"); int numberOfResponses = 0; boolean hasResponse = false; boolean hasResponse0 = false; if (tatooine_eisley_byxle_condition__defaultCondition(player, npc)) { ++numberOfResponses; hasResponse = true; hasResponse0 = true; } boolean hasResponse1 = false; if (tatooine_eisley_byxle_condition__defaultCondition(player, npc)) { ++numberOfResponses; hasResponse = true; hasResponse1 = true; } if (hasResponse) { int responseIndex = 0; string_id responses[] = new string_id[numberOfResponses]; if (hasResponse0) { responses[responseIndex++] = new string_id(c_stringFile, "s_66"); } if (hasResponse1) { responses[responseIndex++] = new string_id(c_stringFile, "s_80"); } utils.setScriptVar(player, "conversation.tatooine_eisley_byxle.branchId", 19); npcSpeak(player, message); npcSetConversationResponses(player, responses); } else { utils.removeScriptVar(player, "conversation.tatooine_eisley_byxle.branchId"); npcEndConversationWithMessage(player, message); } return SCRIPT_CONTINUE; } } return SCRIPT_DEFAULT; } public int tatooine_eisley_byxle_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { if (response.equals("s_66")) { if (tatooine_eisley_byxle_condition__defaultCondition(player, npc)) { string_id message = new string_id(c_stringFile, "s_68"); int numberOfResponses = 0; boolean hasResponse = false; boolean hasResponse0 = false; if (tatooine_eisley_byxle_condition__defaultCondition(player, npc)) { ++numberOfResponses; hasResponse = true; hasResponse0 = true; } if (hasResponse) { int responseIndex = 0; string_id responses[] = new string_id[numberOfResponses]; if (hasResponse0) { responses[responseIndex++] = new string_id(c_stringFile, "s_76"); } utils.setScriptVar(player, "conversation.tatooine_eisley_byxle.branchId", 20); npcSpeak(player, message); npcSetConversationResponses(player, responses); } else { utils.removeScriptVar(player, "conversation.tatooine_eisley_byxle.branchId"); npcEndConversationWithMessage(player, message); } return SCRIPT_CONTINUE; } } if (response.equals("s_80")) { if (tatooine_eisley_byxle_condition__defaultCondition(player, npc)) { string_id message = new string_id(c_stringFile, "s_82"); utils.removeScriptVar(player, "conversation.tatooine_eisley_byxle.branchId"); npcEndConversationWithMessage(player, message); return SCRIPT_CONTINUE; } } return SCRIPT_DEFAULT; } public int tatooine_eisley_byxle_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { if (response.equals("s_76")) { if (tatooine_eisley_byxle_condition__defaultCondition(player, npc)) { tatooine_eisley_byxle_action_grantTDCQuest(player, npc); string_id message = new string_id(c_stringFile, "s_78"); utils.removeScriptVar(player, "conversation.tatooine_eisley_byxle.branchId"); npcEndConversationWithMessage(player, message); return SCRIPT_CONTINUE; } } return SCRIPT_DEFAULT; } public int OnInitialize(obj_id self) throws InterruptedException { if ((!isMob(self)) || (isPlayer(self))) { detachScript(self, "conversation.tatooine_eisley_byxle"); } setCondition(self, CONDITION_CONVERSABLE); setCondition(self, CONDITION_INTERESTING); setInvulnerable(self, true); setName(self, "Byxle Pedette"); ai_lib.setDefaultCalmBehavior(self, ai_lib.BEHAVIOR_SENTINEL); return SCRIPT_CONTINUE; } public int OnAttach(obj_id self) throws InterruptedException { setCondition(self, CONDITION_CONVERSABLE); setCondition(self, CONDITION_INTERESTING); setInvulnerable(self, true); setName(self, "Byxle Pedette"); ai_lib.setDefaultCalmBehavior(self, ai_lib.BEHAVIOR_SENTINEL); return SCRIPT_CONTINUE; } public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info menuInfo) throws InterruptedException { int menu = menuInfo.addRootMenu(menu_info_types.CONVERSE_START, null); menu_info_data menuInfoData = menuInfo.getMenuItemById(menu); menuInfoData.setServerNotify(false); setCondition(self, CONDITION_CONVERSABLE); return SCRIPT_CONTINUE; } public int OnIncapacitated(obj_id self, obj_id killer) throws InterruptedException { clearCondition(self, CONDITION_CONVERSABLE); detachScript(self, "conversation.tatooine_eisley_byxle"); return SCRIPT_CONTINUE; } public boolean npcStartConversation(obj_id player, obj_id npc, String convoName, string_id greetingId, prose_package greetingProse, string_id[] responses) throws InterruptedException { Object[] objects = new Object[responses.length]; System.arraycopy(responses, 0, objects, 0, responses.length); return npcStartConversation(player, npc, convoName, greetingId, greetingProse, objects); } public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException { obj_id npc = self; if (ai_lib.isInCombat(npc) || ai_lib.isInCombat(player)) { return SCRIPT_OVERRIDE; } if (tatooine_eisley_byxle_condition_tdcQuestComplete(player, npc)) { string_id message = new string_id(c_stringFile, "s_46"); int numberOfResponses = 0; boolean hasResponse = false; boolean hasResponse0 = false; if (tatooine_eisley_byxle_condition__defaultCondition(player, npc)) { ++numberOfResponses; hasResponse = true; hasResponse0 = true; } if (hasResponse) { int responseIndex = 0; string_id responses[] = new string_id[numberOfResponses]; if (hasResponse0) { responses[responseIndex++] = new string_id(c_stringFile, "s_47"); } utils.setScriptVar(player, "conversation.tatooine_eisley_byxle.branchId", 1); npcStartConversation(player, npc, "tatooine_eisley_byxle", message, responses); } else { chat.chat(npc, player, message); } return SCRIPT_CONTINUE; } if (tatooine_eisley_byxle_condition_tdcTaskComplete(player, npc)) { tatooine_eisley_byxle_action_facePlayer(player, npc); string_id message = new string_id(c_stringFile, "s_17"); int numberOfResponses = 0; boolean hasResponse = false; boolean hasResponse0 = false; if (tatooine_eisley_byxle_condition__defaultCondition(player, npc)) { ++numberOfResponses; hasResponse = true; hasResponse0 = true; } if (hasResponse) { int responseIndex = 0; string_id responses[] = new string_id[numberOfResponses]; if (hasResponse0) { responses[responseIndex++] = new string_id(c_stringFile, "s_29"); } utils.setScriptVar(player, "conversation.tatooine_eisley_byxle.branchId", 3); npcStartConversation(player, npc, "tatooine_eisley_byxle", message, responses); } else { chat.chat(npc, player, message); } return SCRIPT_CONTINUE; } if (tatooine_eisley_byxle_condition_tdcOnTask4(player, npc)) { string_id message = new string_id(c_stringFile, "s_39"); int numberOfResponses = 0; boolean hasResponse = false; boolean hasResponse0 = false; if (tatooine_eisley_byxle_condition__defaultCondition(player, npc)) { ++numberOfResponses; hasResponse = true; hasResponse0 = true; } if (hasResponse) { int responseIndex = 0; string_id responses[] = new string_id[numberOfResponses]; if (hasResponse0) { responses[responseIndex++] = new string_id(c_stringFile, "s_40"); } utils.setScriptVar(player, "conversation.tatooine_eisley_byxle.branchId", 6); npcStartConversation(player, npc, "tatooine_eisley_byxle", message, responses); } else { chat.chat(npc, player, message); } return SCRIPT_CONTINUE; } if (tatooine_eisley_byxle_condition_tdcOnTask3(player, npc)) { string_id message = new string_id(c_stringFile, "s_36"); int numberOfResponses = 0; boolean hasResponse = false; boolean hasResponse0 = false; if (tatooine_eisley_byxle_condition__defaultCondition(player, npc)) { ++numberOfResponses; hasResponse = true; hasResponse0 = true; } if (hasResponse) { int responseIndex = 0; string_id responses[] = new string_id[numberOfResponses]; if (hasResponse0) { responses[responseIndex++] = new string_id(c_stringFile, "s_37"); } utils.setScriptVar(player, "conversation.tatooine_eisley_byxle.branchId", 10); npcStartConversation(player, npc, "tatooine_eisley_byxle", message, responses); } else { chat.chat(npc, player, message); } return SCRIPT_CONTINUE; } if (tatooine_eisley_byxle_condition_tdcOnTask2(player, npc)) { string_id message = new string_id(c_stringFile, "s_33"); int numberOfResponses = 0; boolean hasResponse = false; boolean hasResponse0 = false; if (tatooine_eisley_byxle_condition__defaultCondition(player, npc)) { ++numberOfResponses; hasResponse = true; hasResponse0 = true; } if (hasResponse) { int responseIndex = 0; string_id responses[] = new string_id[numberOfResponses]; if (hasResponse0) { responses[responseIndex++] = new string_id(c_stringFile, "s_34"); } utils.setScriptVar(player, "conversation.tatooine_eisley_byxle.branchId", 13); npcStartConversation(player, npc, "tatooine_eisley_byxle", message, responses); } else { chat.chat(npc, player, message); } return SCRIPT_CONTINUE; } if (tatooine_eisley_byxle_condition_tdcOnTask1(player, npc)) { tatooine_eisley_byxle_action_facePlayer(player, npc); string_id message = new string_id(c_stringFile, "s_50"); int numberOfResponses = 0; boolean hasResponse = false; boolean hasResponse0 = false; if (tatooine_eisley_byxle_condition__defaultCondition(player, npc)) { ++numberOfResponses; hasResponse = true; hasResponse0 = true; } if (hasResponse) { int responseIndex = 0; string_id responses[] = new string_id[numberOfResponses]; if (hasResponse0) { responses[responseIndex++] = new string_id(c_stringFile, "s_52"); } utils.setScriptVar(player, "conversation.tatooine_eisley_byxle.branchId", 15); npcStartConversation(player, npc, "tatooine_eisley_byxle", message, responses); } else { chat.chat(npc, player, message); } return SCRIPT_CONTINUE; } if (tatooine_eisley_byxle_condition__defaultCondition(player, npc)) { tatooine_eisley_byxle_action_facePlayer(player, npc); string_id message = new string_id(c_stringFile, "s_56"); int numberOfResponses = 0; boolean hasResponse = false; boolean hasResponse0 = false; if (tatooine_eisley_byxle_condition__defaultCondition(player, npc)) { ++numberOfResponses; hasResponse = true; hasResponse0 = true; } if (hasResponse) { int responseIndex = 0; string_id responses[] = new string_id[numberOfResponses]; if (hasResponse0) { responses[responseIndex++] = new string_id(c_stringFile, "s_58"); } utils.setScriptVar(player, "conversation.tatooine_eisley_byxle.branchId", 17); npcStartConversation(player, npc, "tatooine_eisley_byxle", message, responses); } else { chat.chat(npc, player, message); } return SCRIPT_CONTINUE; } chat.chat(npc, "Error: All conditions for OnStartNpcConversation were false."); return SCRIPT_CONTINUE; } public int OnNpcConversationResponse(obj_id self, String conversationId, obj_id player, string_id response) throws InterruptedException { if (!conversationId.equals("tatooine_eisley_byxle")) { return SCRIPT_CONTINUE; } obj_id npc = self; int branchId = utils.getIntScriptVar(player, "conversation.tatooine_eisley_byxle.branchId"); if (branchId == 1 && tatooine_eisley_byxle_handleBranch1(player, npc, response) == SCRIPT_CONTINUE) { return SCRIPT_CONTINUE; } if (branchId == 3 && tatooine_eisley_byxle_handleBranch3(player, npc, response) == SCRIPT_CONTINUE) { return SCRIPT_CONTINUE; } if (branchId == 4 && tatooine_eisley_byxle_handleBranch4(player, npc, response) == SCRIPT_CONTINUE) { return SCRIPT_CONTINUE; } if (branchId == 6 && tatooine_eisley_byxle_handleBranch6(player, npc, response) == SCRIPT_CONTINUE) { return SCRIPT_CONTINUE; } if (branchId == 7 && tatooine_eisley_byxle_handleBranch7(player, npc, response) == SCRIPT_CONTINUE) { return SCRIPT_CONTINUE; } if (branchId == 8 && tatooine_eisley_byxle_handleBranch8(player, npc, response) == SCRIPT_CONTINUE) { return SCRIPT_CONTINUE; } if (branchId == 10 && tatooine_eisley_byxle_handleBranch10(player, npc, response) == SCRIPT_CONTINUE) { return SCRIPT_CONTINUE; } if (branchId == 11 && tatooine_eisley_byxle_handleBranch11(player, npc, response) == SCRIPT_CONTINUE) { return SCRIPT_CONTINUE; } if (branchId == 13 && tatooine_eisley_byxle_handleBranch13(player, npc, response) == SCRIPT_CONTINUE) { return SCRIPT_CONTINUE; } if (branchId == 15 && tatooine_eisley_byxle_handleBranch15(player, npc, response) == SCRIPT_CONTINUE) { return SCRIPT_CONTINUE; } if (branchId == 17 && tatooine_eisley_byxle_handleBranch17(player, npc, response) == SCRIPT_CONTINUE) { return SCRIPT_CONTINUE; } if (branchId == 18 && tatooine_eisley_byxle_handleBranch18(player, npc, response) == SCRIPT_CONTINUE) { return SCRIPT_CONTINUE; } if (branchId == 19 && tatooine_eisley_byxle_handleBranch19(player, npc, response) == SCRIPT_CONTINUE) { return SCRIPT_CONTINUE; } if (branchId == 20 && tatooine_eisley_byxle_handleBranch20(player, npc, response) == SCRIPT_CONTINUE) { return SCRIPT_CONTINUE; } chat.chat(npc, "Error: Fell through all branches and responses for OnNpcConversationResponse."); utils.removeScriptVar(player, "conversation.tatooine_eisley_byxle.branchId"); return SCRIPT_CONTINUE; } }