Index: script/c0.lua ================================================================== --- script/c0.lua +++ script/c0.lua @@ -214,13 +214,19 @@ end --} fun["开局说明"] = function() --{ - str["这个残局的效果卡数量"] = Duel.GetMatchingGroupCount(fun["是否效果卡"],0,str["所有区域"],str["所有区域"],nil) + str["这个残局的效果卡数量"] = Duel.GetMatchingGroupCount(fun["是否效果卡"] + , 0 + , str["所有区域"] + , str["所有区域"] + , nil) - cache_1 = Duel.GetOverlayGroup(0, LOCATION_MZONE, LOCATION_MZONE) + cache_1 = Duel.GetOverlayGroup(0 + , LOCATION_MZONE + , LOCATION_MZONE) for k in aux.Next(cache_1) do --{ cache_1 = fun["是否效果卡"](k) @@ -230,36 +236,35 @@ end --} end --} - str["开局说明"] = "" - - str["开局说明"] = str["开局说明"] .. str["这个残局的效果卡数量"] - str["开局说明"] = str["开局说明"] .. str["效果卡数量的后缀"] - - str["开局说明"] = str["开局说明"] .. str["规则"] + str["开局说明"] = str["这个残局的效果卡数量"] + .. "卡 " + .. str["规则"] + if str["不洗牌"] == 0 then --{ --} else --{ - str["开局说明"] = str["开局说明"] .. str["不洗牌的说明"] + str["开局说明"] = str["开局说明"] .. "伪洗牌 " end --} if str["无BP"] == 0 then --{ - str["开局说明"] = str["开局说明"] .. str["无BP的说明"] + str["开局说明"] = str["开局说明"] .. "无BP " end --} if str["开局添加手卡"] then --{ - str["开局说明"] = str["开局说明"] .. str["选卡的前缀"] + str["开局说明"] = str["开局说明"] + .. "选" str["开局说明"] = str["开局说明"] .. str["开局添加手卡"] str["开局说明"] = str["开局说明"] .. str["选卡的后缀"] end --}