Pendulum.AddProcedure
Source Code | Usage Examples | Pendulum Functions
Applies to (Card c) all the effects necessary for a Pendulum card to be used as one. Setting (bool reg) to false will not register the activation effect, which is used in cards that cannot be activated since you don't have them in your hand (e.g. Xyz/Pendulums). (int desc) is an optional parameter adding a description that will be called when you try to activate in in the Pendulum Zone.
Signature
Pendulum.AddProcedure(Card c, [bool reg = true, int|nil desc]) → nil
lua
Pendulum.AddProcedure(c,reg,desc)Parameters
Card
c(To be added)
bool
regOptional. Defaults to
true.(To be added)
int|nil
descOptional.
(To be added)