Card.EnableCounterPermit
Source Code | Usage Examples | Card Functions
Enables the card to hold a counter that requires permissions. Refer to the counter guide for details on counter permissions.
Signature
Card.EnableCounterPermit(Card c, int countertype, [int location]) → nil
lua
c:EnableCounterPermit(countertype,location)