Differences From Artifact [4d1e88751b]:
- File script/c0.lua — part of check-in [53490f8cfb] at 2023-06-30 01:59:26 on branch trunk — 0.0.440 (user: 顽雨沉风, size: 1666) [annotate] [blame] [check-ins using]
To Artifact [09dd28b64d]:
- File script/c0.lua — part of check-in [f56765580c] at 2023-06-30 01:59:58 on branch trunk — 0.0.441 (user: 顽雨沉风, size: 1664) [annotate] [blame] [check-ins using]
︙ | |||
63 64 65 66 67 68 69 70 | 63 64 65 66 67 68 69 70 71 72 | + - | str["这个残局的效果卡数量"] = Duel.GetMatchingGroupCount(fun["是否效果卡"],0,cache_1,cache_1,nil) str["开局说明"] = "效果卡:" str["开局说明"] = str["开局说明"] .. str["这个残局的效果卡数量"] Debug.ShowHint(str["开局说明"]) Debug.Message(str["开局说明"]) end |