Overview
Comment: | 0.0.480 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
8338c6d2e67c5a8a0b396791edf7bc11 |
User & Date: | 顽雨沉风 on 2023-06-30 04:40:23 |
Other Links: | manifest | tags |
Context
2023-06-30
| ||
04:41 | 0.0.481 check-in: 77fef710b5 user: 顽雨沉风 tags: trunk | |
04:40 | 0.0.480 check-in: 8338c6d2e6 user: 顽雨沉风 tags: trunk | |
04:38 | 0.0.479 check-in: 935340b0b8 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [2d53a5ad22] to [fa975424d7].
︙ | ︙ | |||
72 73 74 75 76 77 78 79 80 81 | cache_1 = cache_1 + LOCATION_OVERLAY str["这个残局的效果卡数量"] = Duel.GetMatchingGroupCount(fun["是否效果卡"],0,cache_1,cache_1,nil) str["开局说明"] = "效果卡:" str["开局说明"] = str["开局说明"] .. str["这个残局的效果卡数量"] Debug.ShowHint(str["开局说明"]) end | > > > > > | 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 | cache_1 = cache_1 + LOCATION_OVERLAY str["这个残局的效果卡数量"] = Duel.GetMatchingGroupCount(fun["是否效果卡"],0,cache_1,cache_1,nil) str["开局说明"] = "效果卡:" str["开局说明"] = str["开局说明"] .. str["这个残局的效果卡数量"] str["开局说明"] = str["开局说明"] .. str[" "] str["开局说明"] = str["开局说明"] .. "规则:" str["开局说明"] = str["开局说明"] .. str["规则"] Debug.ShowHint(str["开局说明"]) end |