Skip to content

Duel.LoadCardScript ​

Source Code | Usage Examples | Duel Functions

Loads into the current environment (duel/puzzle) the script from card which id is int code. If a string is used, it must be "c'code'.lua"

Signature ​

Duel.LoadCardScript(string|int code) → nil

lua
Duel.LoadCardScript(code)

Parameters ​


under-construction