Index: script/c0.lua ================================================================== --- script/c0.lua +++ script/c0.lua @@ -196,12 +196,14 @@ cache_1 = function() Duel.SetChainLimit(aux.FALSE) end effect_1:SetTarget(cache_1) effect_1:SetRange(LOCATION_EXTRA) - function print_hand() - announce_card = Duel.AnnounceCard() + function print_hand(effect_event + , player_who_activate_the_effect) + announce_card = Duel.AnnounceCard(effect_event + , player_who_activate_the_effect) end function print_hand(e,tp,eg,ep,ev,re,r,rp) local ac=Duel.AnnounceCard(tp) local c=Duel.CreateToken(tp,ac)