Duel.SpecialSummonRule
Source Code | Usage Examples | Duel Functions
A player (int player) Special Summons a card (Card c) using Special Summon proc that the card has that matches the provided SummonType (0 means any).
Signature
Duel.SpecialSummonRule(int player, Card c, [int sumtype = 0]) → nil
lua
Duel.SpecialSummonRule(player,c,sumtype)