forked from Sokomine/yl_speak_up
link edit npc contributors in quest overview
This commit is contained in:
parent
7a9ab3867d
commit
b82a985ca1
@ -50,6 +50,11 @@ yl_speak_up.input_fs_manage_quests = function(player, formname, fields)
|
||||
return
|
||||
end
|
||||
|
||||
-- show and edit NPCs that may contribute
|
||||
if(fields and fields.edit_npcs) then
|
||||
return yl_speak_up.show_fs(player, "add_quest_steps", "manage_quest_npcs")
|
||||
end
|
||||
|
||||
-- show a particular quest step from the start/unconnected/end list?
|
||||
local res = yl_speak_up.player_is_working_on_quest(player)
|
||||
if(yl_speak_up.speak_to[pname]
|
||||
|
Loading…
Reference in New Issue
Block a user