Skip to content

Pendulum.AddProcedure

Source Code | 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


under-construction