Skip to content

Duel.RemoveCounter

Source Code | Duel Functions

Makes a player (int player) remove counter(s) (int countertype) (int count) from the field with a reason (int reason). The variables int s and int o are the player's and the opponent's field, respectively, 0 to exclude and 1 (or higher) to include.

Signature

Duel.RemoveCounter(int player, int s, int o, int countertype, int count, int reason) → bool

lua
Duel.RemoveCounter(player,s,o,countertype,count,reason)

Parameters

Returns


under-construction