Set up your script
Begin by creating a new script for the tutorial:In this first version of the code, you do not wait for the cards to load before trying to print them out, so the printed list will always be empty.
Wait for cards to appear
To solve this, you need to wait for the cards to load before printing them:The above change was a step in the right direction, but what if you want to keep scrolling down until you find the lucky card?