aux.addContinuousLizardCheck 
Source Code | Usage Examples | aux Functions
Creates and registers an Effect to a card that affects other cards such that they will be excluded by "Clock Lizard" when checking what cards it can return to the Extra Deck.
Signature 
aux.addContinuousLizardCheck(Card c, int location, [int tRange = 255, int tRange2 = 0]) → Effect
lua
aux.addContinuousLizardCheck(c,location,tRange,tRange2)Parameters 
Card
cThe card to register the effect to.
int
locationComposite Location values where
cshould be for the effect to apply.int
tRangeOptional. Defaults to
255.Composite Location values for
tp's side of the board.int
tRange2Optional. Defaults to
0.Composite Location values for
tp's opponent's side of the board.