{{https://img.itch.zone/aW1nLzE1NDg2MzcwLnBuZw==/original/mIxYt3.png?nolink&690}}
**MYTH_CGC_ShowCard** is plugin lets you display Cards on the Map. Useful for showing Rewards or changes to made to Deck.
**Current Version: Deprecated. Currently incorporated into the Core Engine.**
{{ https://img.itch.zone/aW1nLzE1NTAzOTEwLnBuZw==/original/5ZL1DO.png?nolink&640 }}
====== Plugin Commands ======
^ Command Syntax ^ Event Usage ^ Description ^
| ShowCard [ID] [x] [y] [angle] [index]
| Map & Battle | Replace the brackets with their respective fields. Index works just like the Number when you Show Picture.\\ \\ If Index is omitted, it will just find a new index and create a new card.\\ \\ If angle is omitted, the angle will be 0. |
| HideCardID [ID]
| Map & Battle | This un-shows the card with the specified skill ID. If two or more cards have the same ID, it will hide the most recently added card. |
| HideCardIndex [index]
| Map & Battle | This hides the card at the specified index. |
| HideAllCards
| Map & Battle | This will hide all cards. |
| MoveCard [index] [x] [y]
| Map & Battle | This moves the card of the specified index to the specified x and y coordinates. |
====== Version History ======
*v1.1.0*
- Fixed save error if the player changes scenes before hiding cards. Implemented automatic cleanup.
- Added new MZ plugin parameter - Show Card From Variable
- Fixed bug where hiding a card would shift every other card's index
- Changed plugin name.
*v1.0.1*
- Fixed HideCardIndex not properly removing card, added MZ plugin commands
*v1.0.0*
- Added MoveCard, HideCardIndex, added MZ support
*v0.2*
- Fixed infinite loop error with plugin command calls
*v0.1*
- Released plugin internally
===== =====