local iCurrentDialog = pPlayer.m_NpcConvConext:GetDialogId();
--------------------------------------------------
if iCurrentDialog == 58129 then
if iChoice == 0 then
local strParam = "";
strParam = "58106";
pNpcBase:SendNpcConvFunctionalNtf(pPlayer, 107, "", strParam);
pPlayer.m_NpcConvConext:SetDialogCtx(107);
pPlayer.m_NpcConvConext:SetCharBindingPoint(504,3);
else
--
pPlayer:OnNpcConvTerminateByServerInternal();
end
end