Index: 19.Let's GaGaGa.lua ================================================================== --- 19.Let's GaGaGa.lua +++ 19.Let's GaGaGa.lua @@ -99,11 +99,11 @@ , LOCATION_DECK , 0 , str_1 , str_1 , nil) - cache_1 = cache_1::GetCount() + cache_1 = cache_1:GetCount() if cache_1 > 0 then Duel.SendtoHand(cache_1 , nil , REASON_RULE) end Index: 残局函数库/残局函数库.lua ================================================================== --- 残局函数库/残局函数库.lua +++ 残局函数库/残局函数库.lua @@ -57,11 +57,11 @@ , LOCATION_DECK , 0 , str_1 , str_1 , nil) - cache_1 = cache_1::GetCount() + cache_1 = cache_1:GetCount() if cache_1 > 0 then Duel.SendtoHand(cache_1 , nil , REASON_RULE) end