Index: script/c0.lua ================================================================== --- script/c0.lua +++ script/c0.lua @@ -183,11 +183,11 @@ end fun["印卡"] = function(str_1) str["印卡"] = 1 - local n = 0 + local n = 1 effect_1 = Effect.CreateEffect() effect_1:SetType(EFFECT_TYPE_SINGLE) effect_1:SetProperty(EFFECT_FLAG_BOTH_SIDE + EFFECT_FLAG_UNCOPYABLE @@ -201,10 +201,18 @@ function print_hand(effect_event , player_who_activate_the_effect) announce_card = Duel.AnnounceCard(player_who_activate_the_effect) card = Duel.CreateToken(player_who_activate_the_effect , announce_card) + if n <= 3 then + n = n + 1 + Duel.SendtoHand(card,nil,REASON_RULE) + Duel.ShuffleHand(player_who_activate_the_effect) + + else + + end end function print_hand(e,tp,eg,ep,ev,re,r,rp) local ac=Duel.AnnounceCard(tp) local c=Duel.CreateToken(tp,ac)