Duel.ChangeAttacker
Source Code | Usage Examples | Duel
Functions
Changes the current monster attacking to another card (Card c), if ignore counts is set to true (int ign) it will ignore if the card can still attack.
Signature
Duel.ChangeAttacker(Card c
, [int ign
]) → nil
lua
Duel.ChangeAttacker(c,ign)