Differences From Artifact [abffc51374]:
- File script/c0.lua — part of check-in [5f9c2f6f9c] at 2023-06-30 00:40:25 on branch trunk — 0.0.421 (user: 顽雨沉风, size: 1628) [annotate] [blame] [check-ins using] [more...]
To 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]
︙ | ︙ | |||
64 65 66 67 68 69 70 | str["这个残局的效果卡数量"] = Duel.GetMatchingGroupCount(fun["是否效果卡"],0,cache_1,cache_1,nil) str["开局说明"] = "效果卡:" str["开局说明"] = str["开局说明"] .. str["这个残局的效果卡数量"] Debug.ShowHint(str["开局说明"]) end | | | 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["开局说明"]) end Debug.Message("加载残局函数库") |