Skip to content

Duel.ProcedureSummon

Source Code | Duel Functions

A player (int player) "Procedure Summons" (the SummonType performed is determined by the corresponding parameter) a card (Card c) using "must_use" as part of its materials, choosing among "mg", with "min" and "max" materials to be used for the Summon.

Signature

Duel.ProcedureSummon(int player, int sumtype, Card c, [Group|Card|nil must_use, Group|Card|nil mg, int minc = 0, int maxc = 0]) → nil

lua
Duel.ProcedureSummon(player,sumtype,c,must_use,mg,minc,maxc)

Parameters


under-construction