Hi there, is there a way to make this more like Concentration (matching pairs of cards)? I'd love to try and make this a vocabulary matching minigame.
Match Card Lottery
● ARCHIVED · READ-ONLY
-
-
@bennardo I'm sorry, but this and what you're asking are a bit too different... it's not that it can't be, it's just not very easily done :kaoswt2: this was made based on scratch lotteries, and is as far from concentration that you can get. If I were to write an edit of this to be like a concentration-type game, it's pretty much be a different plugin. The only real similarity between this and that would be the fact that there are cards.
It might be quicker for you to try directly asking this either in plugin requests or look for any other plugins that might exist that have concentration-type stuff. Maybe someone made a minigame out there somewhere? Alternatively, it may be possible to event something-- with some creative use of loops and index variables.
Good luck with your search! -
Ah, okay. Thank you so much for your advice and quick reply!
-
Wonderful job on the plugin! <333 But is there any way to make it to so that the player can use gold to pay for the cards- rather than an item?
-
@katoriina Not currently. One workaround, though, is have the player input the number of tickets they want to buy before each game, subtracting that gold then adding those tickets. So, instead of having tickets sold in an item shop it could be sold to the player right before the minigame.
A possible event page setup:
Input Number
Check to see if player can afford to buy that many
-- Subtract ticket cost * number tickets
-- Add tickets
-- Run event -
@katoriina Not currently. One workaround, though, is have the player input the number of tickets they want to buy before each game, subtracting that gold then adding those tickets. So, instead of having tickets sold in an item shop it could be sold to the player right before the minigame.
A possible event page setup:
Input Number
Check to see if player can afford to buy that many
-- Subtract ticket cost * number tickets
-- Add tickets
-- Run event
Yes, that I suppose that works just as well. Thanks so much! <333 -
This is a fantastic plugin! Thanks so much for making it!
-
@Mrs_Allykat You're very welcome, I hope it's been useful! ^^
-
Yes! I loved that you gave a template to work with as well. It made it so easy to get started with customization! Here is a quick video of it in action:
*not finished yet lol
**of course you'll always get a copy :) -
Terms of use?
-
@AdamSakuru If you scroll down on the main repo page:
All of my resources are free for both commercial and noncommercial projects with credit. You are free to use, modify and redistribute my resources wherever and for whatever you please so long as you credit me (mjshi) as the original author, or as otherwise stated in the plugin's credits section. -
Hey -
I may be too dense to use this plugin correctly - but I can't seem to get it to work.
I either am not understanding how to implement the lottery tickets - or I may have somehow uploaded the file incorrectly? It didn't have an option to simply download the JS file that I noticed, so I copied the raw text into a textfile, which I then had to save as a rich text file, before changing it's file name to a JS.
Now, I noticed when looking at the help page, that there is a back slash behind every single thing and I don't know if that is supposed to be there, or if I somehow messed up the document by saving it as a rich text file first (not sure how to simply save it as a text file, or a JS file).
I have attached an image. -
@JayIsrael On GitHub you need to click raw and then save the file.
-
@JayIsrael On GitHub you need to click raw and then save the file.
Hey - that worked perfectly! Thank you ! -
Hey so I have the plugin installed but when I try to launch it it keeps telling me Im out of tickets.
I have the event set up like this https://gyazo.com/b46e7d47132d782ad729e4fd0bff9272 -
Hey so I have the plugin installed but when I try to launch it it keeps telling me Im out of tickets.
I have the event set up like this https://gyazo.com/b46e7d47132d782ad729e4fd0bff9272
The parameter Ticket ID is an item ID, not a variable. Make sure that the player has sufficient amounts of the item. -
Ahhh derp lol my bad got it working perfectly thank you ^^The parameter Ticket ID is an item ID, not a variable. Make sure that the player has sufficient amounts of the item.
-
I keep getting an error not sure what I did here. MatchcardLottery: could not read prizes. Re-check formatting i'm new to using this.
-
never mind I fixed my problem. simple mistake of missing a letter in the plugin that made it act weird.I keep getting an error not sure what I did here. MatchcardLottery: could not read prizes. Re-check formatting i'm new to using this.
-
Kinda late.. but it says to check the prize formatting?
idk what's wrong i put "1000g, 1i1, 2i1, 200g" in the parameters. Hope you will get back to me ^-^
I put everything in the right place, still get it. The only different things are the image names, which i changed in the parameters.
(EDIT: I fixed it. just make sure on github you do Raw -> Save as...)