游戏王残局简化版

Check-in [51cfc2c559]
Login

Check-in [51cfc2c559]

Overview
Comment:0.0.1167
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 51cfc2c5593971044a366e45f4aea8e06e4da5f8499a267b455be959075bdc1f
User & Date: 顽雨沉风 on 2023-07-11 06:42:05
Other Links: manifest | tags
Context
2023-07-11
06:42
0.0.1168 check-in: 94a1cf8101 user: 顽雨沉风 tags: trunk
06:42
0.0.1167 check-in: 51cfc2c559 user: 顽雨沉风 tags: trunk
06:39
0.0.1166 check-in: 263e2172f9 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [873331c3b2] to [d09e93d04b].

220
221
222
223
224
225
226








227
228
229
  cache_1 = function
    cache_1 = 0
    cache_1 = cache_1 + LOCATION_HAND
    cache_1 = cache_1 + LOCATION_MZONE
    cache_1 = cache_1 + LOCATION_SZONE
    cache_1 = cache_1 + LOCATION_GRAVE
    cache_1 = cache_1 + LOCATION_REMOVED








    end
  
  end







>
>
>
>
>
>
>
>



220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
  cache_1 = function
    cache_1 = 0
    cache_1 = cache_1 + LOCATION_HAND
    cache_1 = cache_1 + LOCATION_MZONE
    cache_1 = cache_1 + LOCATION_SZONE
    cache_1 = cache_1 + LOCATION_GRAVE
    cache_1 = cache_1 + LOCATION_REMOVED
    
    cache_1 = Duel.GetFieldGroupCount(1,cache_1,0)
    
    if cache_1 == 0 then
      return true
    else
      return false
      end
    end
  
  end