游戏王残局简化版

Check-in [bad8aaa5f7]
Login

Check-in [bad8aaa5f7]

Overview
Comment:
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: bad8aaa5f7f5746774372b13e37e3aa0dd0215998c58e0a4ecb585638d749c73
User & Date: 顽雨沉风 on 2024-02-14 05:43:07.935
Other Links: manifest | tags
Context
2024-02-14
06:19
check-in: 8d2b2c76db user: 顽雨沉风 tags: trunk
05:43
check-in: bad8aaa5f7 user: 顽雨沉风 tags: trunk
05:33
check-in: 2e27c4daad user: 顽雨沉风 tags: trunk
Changes
175
176
177
178
179
180
181
182

183
184
185
186
187
188
189
175
176
177
178
179
180
181

182
183
184
185
186
187
188
189







-
+







    h6 = Duel.CreateToken(u2, h5)
    if h2 <= h3 then
      h2 = h2 + 1
      Duel.SendtoHand(h6, nil, REASON_RULE)
    else
      if h2 <= h4 then
        h2 = h2 + 1
        Duel.Remove(h6, POS_FACEUP, REASON_RULE)
        --~ Duel.Remove(h6, POS_FACEUP, REASON_RULE)
        Duel.SendtoDeck(h6, u2, 0, REASON_RULE)
      else
        Debug.ShowHint(h1)
        u1:Reset()
        end
      end
    end