forked from Sokomine/yl_speak_up
fs improvements
This commit is contained in:
parent
8b8fbfa4aa
commit
52b280035e
@ -412,7 +412,12 @@ yl_speak_up.get_fs_add_quest_steps = function(player, param)
|
|||||||
|
|
||||||
table.insert(formspec, "label[0.2,")
|
table.insert(formspec, "label[0.2,")
|
||||||
table.insert(formspec, tostring(y_pos))
|
table.insert(formspec, tostring(y_pos))
|
||||||
table.insert(formspec, ";or select an existing quest step from the list below:]")
|
table.insert(formspec, ";or select an existing quest step from the list below")
|
||||||
|
if(mode and mode == "embedded_select") then
|
||||||
|
table.insert(formspec, minetest.colorize("#9999FF", " to display the step")..":]")
|
||||||
|
else
|
||||||
|
table.insert(formspec, ":]")
|
||||||
|
end
|
||||||
yl_speak_up.quest_step_list_show_table(formspec,
|
yl_speak_up.quest_step_list_show_table(formspec,
|
||||||
"0.2,"..tostring(y_pos + 0.2)..";12.0,6.0;add_from_available;",
|
"0.2,"..tostring(y_pos + 0.2)..";12.0,6.0;add_from_available;",
|
||||||
available_steps,
|
available_steps,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user