游戏王残局简化版

Check-in [0f9865b09c]
Login

Check-in [0f9865b09c]

Overview
Comment:
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 0f9865b09cb41b8f874c7ff0cb89fc53042f69b333b3e0b7dca6fad465d2132d
User & Date: 顽雨沉风 on 2024-02-14 04:06:05
Other Links: manifest | tags
Context
2024-02-14
04:08
check-in: ba19448ef5 user: 顽雨沉风 tags: trunk
04:06
check-in: 0f9865b09c user: 顽雨沉风 tags: trunk
04:01
check-in: 033930309a user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [98e177fe56] to [75761ba61d].

235
236
237
238
239
240
241
242

243
244
245
246
247
248




249
250
251
252
253
235
236
237
238
239
240
241

242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257







-
+






+
+
+
+





    end
  Debug.ShowHint(h1)
  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