Index: script/c0.lua ================================================================== --- script/c0.lua +++ script/c0.lua @@ -237,17 +237,21 @@ end do s["aux.BeginPuzzle"] = _G.aux.BeginPuzzle --~ 开局选牌入手之数 --~ 禁格之数 - function _G.aux.BeginPuzzle(u1, u2) + function _G.aux.BeginPuzzle(u1, u2, u3, u4, u5) s["aux.BeginPuzzle"]() if u1 then s["开局选牌入手"](u1) end if u2 then s["禁格"](u2) + end + if u3 then + s["印牌"](u3, u4, u5) + else end s["开局之示"]() s["通关之邀"]() end end