游戏王残局简化版

Check-in [938dfd1edc]
Login

Check-in [938dfd1edc]

Overview
Comment:0.0.457
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 938dfd1edcf6eb769ac3c8a35d2443b1c0ca29cb6d2381a4e2147ce671f935fa
User & Date: 顽雨沉风 on 2023-06-30 03:56:11
Other Links: manifest | tags
Context
2023-06-30
03:56
0.0.458 check-in: f5601f427d user: 顽雨沉风 tags: trunk
03:56
0.0.457 check-in: 938dfd1edc user: 顽雨沉风 tags: trunk
03:52
0.0.456 check-in: e89feb00a7 user: 顽雨沉风 tags: trunk
Changes

Modified single/07.Constellar vs Evilswarm.lua from [a1cf9f0057] to [664c1e5d80].

25
26
27
28
29
30
31

32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
--~ 加载残局函数库
Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP)
Debug.ReloadFieldEnd()
aux.BeginPuzzle()

_G["开局说明"]()
_G["通关邀请"]()

a=0
for k, v in pairs(_G) do
  Debug.ShowHint(tostring(k))
--~   Debug.ShowHint(tostring(v))
  a=a+1
  if a > 100 then
  break
  end
  end
--~ Debug.ShowHint(tostring(#_G))
--~ Debug.ShowHint(tostring(#_G))
--~ load("Debug.ShowHint(\"残局群181175613\")")
--~ a,b= next(_G)
--~ Debug.ShowHint(tostring(a))
--~ Debug.ShowHint(tostring(b))
--~ print(23)







>
|
|
|

|
|
|
|
|







25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
--~ 加载残局函数库
Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP)
Debug.ReloadFieldEnd()
aux.BeginPuzzle()

_G["开局说明"]()
_G["通关邀请"]()
rawlen(_G)
--~ a=0
--~ for k, v in pairs(_G) do
--~   Debug.ShowHint(tostring(k))
--~   Debug.ShowHint(tostring(v))
--~   a=a+1
--~   if a > 100 then
--~   break
--~   end
--~   end
--~ Debug.ShowHint(tostring(#_G))
--~ Debug.ShowHint(tostring(#_G))
--~ load("Debug.ShowHint(\"残局群181175613\")")
--~ a,b= next(_G)
--~ Debug.ShowHint(tostring(a))
--~ Debug.ShowHint(tostring(b))
--~ print(23)