Skip to content

Duel.LoadCardScriptAlias

Source Code | Duel Functions

Loads the target's card metatable in the duel, and makes so that the current loaded one gets replaced by it. This will basically make the script that called this function behave like script loading for alternate artworks (to deal with problems of loading aliased cards)

Signature

Duel.LoadCardScriptAlias(int code) → nil

lua
Duel.LoadCardScriptAlias(code)

Parameters


under-construction