Hi, so I have working code, it goes like this:
[code]Figure PageOfSwords is the file “PageOfSwords.jpg”.
Figure PageOfWands is the file “PageOfWands.jpg”.
Figure PageOfPentacles is the file “PageOfPentacles.jpg”.
Figure PageOfCups is the file “PageOfCups.jpg”.
Figure TenOfCups is the file “TenOfCups.jpg”.
Figure TenOfSwords is the file “TenOfSwords.jpg”.
Figure TenOfPentacles is the file “TenOfPentacles.jpg”.
Figure TenOfWands is the file “TenOfWands.jpg”
The Page of Swords is scenery in Malkuth. Instead of examining the Page of Swords:
display Figure PageOfSwords.
The Page of Wands is scenery in Malkuth. Instead of examining the Page of Wands:
display Figure PageOfWands.
The Page of Pentacles is scenery in Malkuth. Instead of examining the Page of Pentacles:
display Figure PageOfPentacles.
The Page of Cups is scenery in Malkuth. Instead of examining the Page of Cups:
display Figure PageOfCups.
The Ten of Cups is scenery in Malkuth. Instead of examining the Ten of Cups:
display Figure TenOfCups.
The Ten of Swords is scenery in Malkuth. Instead of examining the Ten of Swords:
display Figure TenOfSwords.
The Ten of Pentacles is scenery in Malkuth. Instead of examining the Ten of Pentacles:
display Figure TenOfPentacles.
The Ten of Wands is scenery in Malkuth. Instead of examining the Ten of Wands:
display Figure TenOfWands.
[/code]
But what I really want is to make a kind called a card, and then replace the description of the card with the name of it. I’m not sure how to begin doing this, so I don’t have to make an Instead rule for every card.