Index: script/c0.lua ================================================================== --- script/c0.lua +++ script/c0.lua @@ -1,7 +1,10 @@ -local str = {} -local fun = {} +--~ local str = {} +--~ local fun = {} + +str = {} +fun = {} str["Debug.ReloadFieldBegin"] = Debug.ReloadFieldBegin Debug.ReloadFieldBegin = function(str_1, str_2) str["不洗牌"] = str_1 & DUEL_PSEUDO_SHUFFLE @@ -16,11 +19,11 @@ str["规则"] = "大师2020" end str["Debug.ReloadFieldBegin"](str_1, str_2) end -_G["通关邀请"] = function() +fun["通关邀请"] = function() local effect_1 effect_1 = Effect.GlobalEffect() effect_1:SetType(EFFECT_TYPE_FIELD + EFFECT_TYPE_CONTINUOUS) effect_1:SetCode(EVENT_DAMAGE) @@ -56,11 +59,11 @@ return true end return false end -_G["开局说明"] = function() +fun["开局说明"] = function() cache_1 = 0 cache_1 = cache_1 + LOCATION_DECK cache_1 = cache_1 + LOCATION_HAND cache_1 = cache_1 + LOCATION_MZONE cache_1 = cache_1 + LOCATION_SZONE