Skip to content

aux.AddSkillProcedure

Source Code | Usage Examples | aux Functions

Procedure for basic skill. - c: the card (card), - coverNum: the Number of the cover (int). - drawless: if the player draw 1 less card at the start of the duel (bool), - flip con: condition to activate the skill (function), - flipOp: operation related to the skill activation (function)

Signature

aux.AddSkillProcedure(Card c, int coverNum, any drawless, any skillcon, any skillop, any countlimit) → Effect

lua
aux.AddSkillProcedure(c,coverNum,drawless,skillcon,skillop,countlimit)

Parameters

Returns


under-construction