WIP: Output the ID of the dialog being skipped (maybe it's not actually a leader select dialog?)

This commit is contained in:
Celtic Minstrel 2024-09-15 17:26:31 -04:00
parent 42991138d9
commit e20d054f7b

View file

@ -108,7 +108,7 @@ local function plugin()
end
if info.name == "Dialog" then
log("got a leader select dialog...")
log("got a leader select dialog... id=" .. info.id())
context.skip_dialog{}
events, context, info = wesnoth.plugin.wait_until("Multiplayer Join", function(name)
idle_text("in " .. name .. " waiting for mp join")