ok, so I chose to forego the variable to store the “BCGame.getCurrentTry()” result and simply placed it in line with the output on the screen. Is this considered awkward, sloppy, or dangerous programming or does this protect the code from intrusion/hacks? I do understand that if I had a variable to store the information I wouldn’t have to cal the function again if I needed it, but for just an output, it seemed appropriate.
If you aren’t going to do anything else with it then it shouldn’t be a concern.