make the arrows in the dialog edit menu work again

This commit is contained in:
Sokomine 2021-06-21 18:58:53 +02:00
parent d71e5e1d10
commit 7534482e20

View File

@ -2500,7 +2500,7 @@ yl_speak_up.input_talk = function(player, formname, fields)
if(selected_option and selected_option.o_results) then
for k, v in pairs(selected_option.o_results) do
if(v and v.r_type == "dialog") then
show_dialog = v.v_value
show_dialog = v.r_value
end
end
end