Starting the Game
We’re in the final stretch! The game is almost ready! To finish it, call your “trainer” and “normals” functions into your “on start” block.
Last Block
The last thing we need to do is tell our shinies how often to spawn by grabbing an “on game update every 500” block.
Change it to “10000”. This measures in milliseconds. There’s 1000 milliseconds (ms) in 1 second. So 10000ms. = 10s.
Call your “shinies” function into it. One will spawn at the start of the game and every 10 seconds after that.