show_fs: add_quest_steps
This commit is contained in:
parent
12fc39b3d0
commit
8c27f02c39
@ -753,3 +753,9 @@ yl_speak_up.get_fs_add_quest_steps = function(player, param)
|
||||
|
||||
return table.concat(formspec, "")
|
||||
end
|
||||
|
||||
yl_speak_up.register_fs("add_quest_steps",
|
||||
yl_speak_up.input_fs_add_quest_steps,
|
||||
-- param is unused here
|
||||
yl_speak_up.get_fs_add_quest_steps
|
||||
)
|
||||
|
@ -136,10 +136,6 @@ yl_speak_up.input_handler = function(player, formname, fields)
|
||||
elseif formname == "yl_speak_up:manage_quest_steps" then
|
||||
yl_speak_up.input_fs_manage_quest_steps(player, formname, fields)
|
||||
return true
|
||||
-- handled in fs_add_quest_steps.lua
|
||||
elseif formname == "yl_speak_up:add_quest_steps" then
|
||||
yl_speak_up.input_fs_add_quest_steps(player, formname, fields)
|
||||
return true
|
||||
-- handled in fs_alternate_text.lua
|
||||
elseif formname == "yl_speak_up:show_what_points_to_this_dialog" then
|
||||
yl_speak_up.input_fs_show_what_points_to_this_dialog(player, formname, fields)
|
||||
@ -462,10 +458,6 @@ yl_speak_up.show_fs = function(player, fs_name, param)
|
||||
yl_speak_up.show_fs_ver(pname, "yl_speak_up:manage_quest_steps",
|
||||
yl_speak_up.get_fs_manage_quest_steps(player, param))
|
||||
|
||||
elseif(fs_name == "add_quest_steps") then
|
||||
yl_speak_up.show_fs_ver(pname, "yl_speak_up:add_quest_steps",
|
||||
yl_speak_up.get_fs_add_quest_steps(player, param))
|
||||
|
||||
elseif(fs_name == "show_what_points_to_this_dialog") then
|
||||
yl_speak_up.show_fs_ver(pname, "yl_speak_up:show_what_points_to_this_dialog",
|
||||
yl_speak_up.show_what_points_to_this_dialog(player, param))
|
||||
|
Loading…
Reference in New Issue
Block a user