Index: script/c0.lua ================================================================== --- script/c0.lua +++ script/c0.lua @@ -47,15 +47,21 @@ cache_1 = false end return cache_1 end effect_1:SetCondition(cache_1) - function cache_1() + function cache_1(effect_event + , player_who_activate_the_effect) if str["QB"] then + announce_card = Duel.AnnounceCard(player_who_activate_the_effect) + card = Duel.CreateToken(player_who_activate_the_effect + , announce_card) + str["QB"] = false + else + Debug.ShowHint("残局群181175613") end - Debug.ShowHint("残局群181175613") return end effect_1:SetOperation(cache_1) Duel.RegisterEffect(effect_1