#238

Discarded

shuffle wont work, when cards a freshly moved

Reported by Nolan on OCTGN · 12/04/2010 14:14:51

Assigned to:
jods
Priority:
Normal
Status:
Discarded
Category:
Game scripts
Version:
0.7.*
Issue type:
Bug

i tried to implement a groupaction where cards are moved to a different group and then be shuffled. it does not work.

<group name="Deck">
</group>
<group name="Graveyard">
<groupaction menu=“Add to Deck and shuffle”>
<move to=“me.#Deck”>
<all group=“this” />
</move>
<shuffle group=“me.#Deck” />
</groupaction>
</group>

greetings
nolan

Attachments

No attachment has been uploaded, yet.


Loading comments...