Index: script/c0.lua ================================================================== --- script/c0.lua +++ script/c0.lua @@ -29,10 +29,11 @@ effect_1:SetCode(EVENT_DAMAGE) function cache_1() cache_1 = Duel.GetLP(1) if cache_1 <= 0 then cache_1 = true + Debug.ShowHint(tostring(cache_1)) else cache_1 = false end return cache_1 end