Overview
| Comment: | 0.0.353 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
c2795c660df53c557595489a31ed726e |
| User & Date: | 顽雨沉风 on 2023-06-29 13:49:05.185 |
| Other Links: | manifest | tags |
Context
|
2023-06-29
| ||
| 13:49 | 0.0.354 check-in: 13194a47ff user: 顽雨沉风 tags: trunk | |
| 13:49 | 0.0.353 check-in: c2795c660d user: 顽雨沉风 tags: trunk | |
| 13:18 | 0.0.352 check-in: 7cdfe656b5 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [cdcf23ca34]
to [44717b876c].
| ︙ | ︙ | |||
17 18 19 20 21 22 23 |
cache_1 = false
end
return cache_1
end
effect_1:SetCondition(cache_1)
function cache_1()
Debug.ShowHint("残局群181175613")
| < > | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
cache_1 = false
end
return cache_1
end
effect_1:SetCondition(cache_1)
function cache_1()
Debug.ShowHint("残局群181175613")
return
end
effect_1:SetOperation(cache_1)
Duel.RegisterEffect(effect_1
, 0)
end
_G["开局说明"] = function()
Duel.GetFieldGroupCount(0,LOCATION_GRAVE,0)
end
_G["开局说明"]()
|