游戏王残局简化版

Check-in [13194a47ff]
Login

Check-in [13194a47ff]

Overview
Comment:0.0.354
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 13194a47ff5b3527e7eac81f58e4c170d4755db8f5a299f86e1edeb6c1a05356
User & Date: 顽雨沉风 on 2023-06-29 13:49:48
Other Links: manifest | tags
Context
2023-06-29
13:50
0.0.355 check-in: 1c51557a21 user: 顽雨沉风 tags: trunk
13:49
0.0.354 check-in: 13194a47ff user: 顽雨沉风 tags: trunk
13:49
0.0.353 check-in: c2795c660d user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [44717b876c] to [4c280b7d89].

26
27
28
29
30
31
32
33
34
35
36
  effect_1:SetOperation(cache_1)

  Duel.RegisterEffect(effect_1
    , 0)
  end

_G["开局说明"] = function()
  Duel.GetFieldGroupCount(0,LOCATION_GRAVE,0)
  end

_G["开局说明"]()







|



26
27
28
29
30
31
32
33
34
35
36
  effect_1:SetOperation(cache_1)

  Duel.RegisterEffect(effect_1
    , 0)
  end

_G["开局说明"] = function()
  Debug.ShowHint(Duel.GetFieldGroupCount(0,LOCATION_GRAVE,0))
  end

_G["开局说明"]()