Would like to create a custom button to copy(clone) deck 4 to deck 3, the same way that clone_from_deck will copy deck 2 to deck 1, if the custom button is on the left side of the skin.
I would think that
select deck 3 & clone_from_deck 4
would work, but it copies(clones) deck 4 to deck 1 (NOT deck 3)
(its as if the select deck 3 is not working) or how to choose deck 3 as the location to clone to?
How can one copy(clone) deck 4 to deck 3 with a custom button?
I would think that
select deck 3 & clone_from_deck 4
would work, but it copies(clones) deck 4 to deck 1 (NOT deck 3)
(its as if the select deck 3 is not working) or how to choose deck 3 as the location to clone to?
How can one copy(clone) deck 4 to deck 3 with a custom button?
Mensajes Sat 25 Sep 21 @ 7:56 am
remove the &
Mensajes Sat 25 Sep 21 @ 7:58 am
Thanks Locodog for the quick reply
select deck 3 clone_from_deck 4
seems to do nothing.
-------------------
UPDATE:
deck 3 clone_from_deck 4
works YAY ! Thank you Locodog
locodog wrote :
remove the &
select deck 3 clone_from_deck 4
seems to do nothing.
-------------------
UPDATE:
deck 3 clone_from_deck 4
works YAY ! Thank you Locodog
Mensajes Sat 25 Sep 21 @ 8:05 am