0) Make sure you have placed the plugins in the plugin manager.
1) Make sure you have pictures for: the scratch card, the four symbols, and the symbol foil.
2) Create an item for the Voucher:
3) Add 10 new common events:
4) For common event 1, Voucher:
5) For common event 2, Multi Voucher: copy everything from the Voucher common event.
6) Delete the first three lines, up to Show Picture 1.
7) Add a Change Items underneath the Show Picture 1 and set it to remove one scratch card from the player’s inventory.
8) Change variable 12 to be Vouchers Owned, Operation to Sub, and Operand to Constant: 1.
9) The first part of common event 2 should look similar to this:
10) For common events 3-10:
NOTE 1: Make sure the picture being erased is for the current foil (for example, picture 12 for Foil 3), and that Foil#Worth is set to the foil you are working on (for example, Foil4Worth for foil 4).
NOTE 2: Feel free to add as many Voucher Use bonuses as you like. The sky is the limit!
NOTE 3: For the sections after the loop, just add a conditional branch for each possible value of TotalFoilWorth (in the demo game, the most it can go up to is 12). Feel free to change the possible rewards and the amount the player can get.
11) For each picture, make sure that the YEP_PictureCommonEvents has the common events associated with the pictures on click (for example, Picture 10 Click calls common event 3).
NOTE: Pictures 1-9 in the tutorial is blank; no common events should be assigned to them.
12) Test it! If you encounter any problems, double-check the pictures and your spelling. You never know where you might have made a mistake. If you are still having issues, please let me know!