News:

A forum for users of LackeyCCG

Main Menu

Scripting Question

Started by MasterJediAdam, June 04, 2016, 07:16:27 PM

Previous topic - Next topic

MasterJediAdam

Is there a way to script for revealing X cards from a particular zone?

AuraDragon

Yes!

Here is a list of commands from this thread:  http://www.lackeyccg.com/forum/index.php?topic=2658.0



/ch
Hover selected card.

/ci
Selected card doesnt untap.(I think)

/cr90
Rotate selected card 90 degrees.

/ccg+1
Add a green counter to selected card.

/ccg=3
Set the number of green counters on selected card to 3

/ccr+1
Add a red counter to selected card.

/ccr=3
Set the number of red counters on selected card to 3.

/spawn Giant Growth
Spawns Giant Growth or any other specified card.

/spawnx3 Giant Growth
Spawns 3 Giant Growth or any other specified card. The number can be changed to needed amount.

/vp1pt7
Will reveal the top 7 cards from zone 1 to Owner only. The First number is the zone and can be from 0 to 4 and maybe higher. The second number is the number of cards to reveal from that zone.

/vp1at1
Will reveal the top 1 card of zone 1 to All. The First number is the zone and can be from 0 to 4 and maybe higher. The second number is the number of cards to reveal from that zone.



The part most relevant to you would be " /vp1at1 ".

If you mean a script to reveal a variable number of cards, that's not possible.  A static number is fine, like a card that says "Reveal the top 3 cards of your deck." but not "Reveal the top X cards of your deck, where X is this card's Power."

MasterJediAdam

Quote from: Snoogy on June 04, 2016, 09:11:49 PM
Yes!

Here is a list of commands from this thread:  http://www.lackeyccg.com/forum/index.php?topic=2658.0



/ch
Hover selected card.

/ci
Selected card doesnt untap.(I think)

/cr90
Rotate selected card 90 degrees.

/ccg+1
Add a green counter to selected card.

/ccg=3
Set the number of green counters on selected card to 3

/ccr+1
Add a red counter to selected card.

/ccr=3
Set the number of red counters on selected card to 3.

/spawn Giant Growth
Spawns Giant Growth or any other specified card.

/spawnx3 Giant Growth
Spawns 3 Giant Growth or any other specified card. The number can be changed to needed amount.

/vp1pt7
Will reveal the top 7 cards from zone 1 to Owner only. The First number is the zone and can be from 0 to 4 and maybe higher. The second number is the number of cards to reveal from that zone.

/vp1at1
Will reveal the top 1 card of zone 1 to All. The First number is the zone and can be from 0 to 4 and maybe higher. The second number is the number of cards to reveal from that zone.



The part most relevant to you would be " /vp1at1 ".

If you mean a script to reveal a variable number of cards, that's not possible.  A static number is fine, like a card that says "Reveal the top 3 cards of your deck." but not "Reveal the top X cards of your deck, where X is this card's Power."

You hit what I was looking for! Many thanks.