Thank you so much. I was limited to 10 random cards before...This is great for picking cards out of a deck of 52. Amazing that I can keep altering the "Store Deck Value from Index" and still use the same variable! Are there any concerns with carrying the index from scene to scene or will it wipe on scene change or...?
If I remember right, it should persist between scene changes ^^
But best to test this out anyways - e.g. scene A sets and displays the index in dialogue, change to scene B, scene B displays a similar dialogue to print the index number
OK thanks so much. I'm mainly concerned with how using the plugin could affect other parts of my game, since this card game is just a part of it. I think (based on what I read in this article) the plugin uses auto-banking, which should be perfect. This totally opens up some other gaming possibilities that need arrays.
This plugin is fantastic, and came at exactly the right moment for me. I'm using it to switch scenes dynamically, based on the order in which players discover them. My previous code was a mess of nested if/else statements. Now, I just store the scene number in the array, and pull them out in the proper sequence! Thanks!
← Return to Plugin
Comments
Log in with itch.io to leave a comment.
Thank you so much. I was limited to 10 random cards before...This is great for picking cards out of a deck of 52. Amazing that I can keep altering the "Store Deck Value from Index" and still use the same variable! Are there any concerns with carrying the index from scene to scene or will it wipe on scene change or...?
If I remember right, it should persist between scene changes ^^
But best to test this out anyways - e.g. scene A sets and displays the index in dialogue, change to scene B, scene B displays a similar dialogue to print the index number
OK thanks so much. I'm mainly concerned with how using the plugin could affect other parts of my game, since this card game is just a part of it. I think (based on what I read in this article) the plugin uses auto-banking, which should be perfect. This totally opens up some other gaming possibilities that need arrays.
This article was very helpful too:
https://laroldsretrogameyard.com/tutorials/gb/how-to-use-rom-memory-banks/
Can I use more than one array or it's just one?
This plugin is fantastic, and came at exactly the right moment for me. I'm using it to switch scenes dynamically, based on the order in which players discover them. My previous code was a mess of nested if/else statements. Now, I just store the scene number in the array, and pull them out in the proper sequence! Thanks!
Glad it could help ^^
Hell yeah. Puzzle game here I come.
Enjoy, happy developing ^^