Index: script/c0.lua ================================================================== --- script/c0.lua +++ script/c0.lua @@ -19,11 +19,11 @@ str["规则"] = "大师2020 " end str["Debug.ReloadFieldBegin"](str_1, str_2) end -fun["通关邀请"] = function() +fun["通关邀请"] = function(str_1) local effect_1 effect_1 = Effect.GlobalEffect() effect_1:SetType(EFFECT_TYPE_FIELD + EFFECT_TYPE_CONTINUOUS) effect_1:SetCode(EVENT_DAMAGE) @@ -76,11 +76,11 @@ end return false end -fun["开局说明"] = function() +fun["开局说明"] = function(str_1) if str["开局说明吗"] == 1 then return else str["开局说明吗"] = 1 end @@ -135,11 +135,11 @@ if str["印卡"] then str["开局说明"] = str["开局说明"] .. "印卡 " end Debug.ShowHint(str["开局说明"]) - fun["通关邀请"]() + fun["通关邀请"](str_1) end fun["开局添加手卡"] = function(str_1) str["开局添加手卡"] = str_1 effect_1 = Effect.GlobalEffect()