Page 1 of 1

Token Images

PostPosted: 15 Apr 2020, 04:49
by pipsqueak
I'm attempting to set up token scripts for a card that produces a clue. Currently, the script creates the token, but the token's image doesn't show up properly.
Code: Select all
A:AB$ Token | Cost$ 2 T | TokenAmount$ 1 | TokenScript$ Clue_AGC | TokenOwner$ You | TokenImage$ Clue AGC | SpellDescription$ Investigate (Create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.")
My tokenscripts includes a file named "Clue_AGC.txt" which looks like this:
Code: Select all
Name:Clue
ManaCost:no cost
Types:Artifact Clue
A:AB$ Draw | Cost$ 2 Sac<1/CARDNAME> | NumCards$ 1 | SpellDescription$ Draw a card.
Oracle:{2}, Sacrifice this artifact: Draw a card.
My pics/tokens folder includes a file named "Clue_AGC.full.jpg"

What am I doing wrong? I'm on Mac OSX and on the latest version of Forge. Canon token images show up, just not these ones.

Re: Token Images

PostPosted: 15 Apr 2020, 20:37
by pipsqueak
Got it working. Forge doesn't like capitals in the file names.