How can I use different words within a 'type text' being executed in a while loop? For example, I have 5 different words that I want to use. In the first loop, I use the first word; in the second loop, the second word, and so on
That helped a lot. I thought because I'm parsing value to parameters I don't need global variables. But, is it possible to call another async function inside an async function?