Differences From Artifact [44717b876c]:
- File script/c0.lua — part of check-in [c2795c660d] at 2023-06-29 13:49:05 on branch trunk — 0.0.353 (user: 顽雨沉风, size: 729) [annotate] [blame] [check-ins using]
To Artifact [4c280b7d89]:
- File script/c0.lua — part of check-in [13194a47ff] at 2023-06-29 13:49:48 on branch trunk — 0.0.354 (user: 顽雨沉风, size: 745) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
26 27 28 29 30 31 32 |
effect_1:SetOperation(cache_1)
Duel.RegisterEffect(effect_1
, 0)
end
_G["开局说明"] = function()
| | | 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["开局说明"]()
|