I really don't realize how to deleting all cards from a stack, i tried to put on with Stack script:
Code: Select all
delete all cards
Then I tried with
Code: Select all
put the number of cards into temp
repeat with temp2 = 1 to temp
delete card temp2
end repeat
How do you delete all cards from a stack?