Skip to content

Duel.ProcedureSummon

Source Code | Usage Examples | Duel Functions

Summons a monster such that it is considered to have been properly Summoned.

Signature

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

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

Parameters

  • int player

    The player performing the Summon.

  • Card c

    The monster to Summon.

  • int sumtype

    The type of the Summon.

  • Group|Card|nil must_use

    Optional.

    A card(s) that must be used as material for the Summon.

  • Group|Card|nil mg

    Optional.

    A card(s) that the player can choose to use as material for the Summon.

  • int minc

    Optional. Defaults to 0.

    The minimum amount of materials that can be used for the Summon.

  • int maxc

    Optional. Defaults to 0.

    The maximum amount of materials that can be used for the Summon.