mirror of
https://gitea.your-land.de/Sokomine/yl_speak_up.git
synced 2025-11-20 05:57:59 +01:00
make the arrows in the dialog edit menu work again
This commit is contained in:
parent
d71e5e1d10
commit
7534482e20
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user