Welcome to the first in a series of tutorials about building up a turn-based battle system. This tutorial will eventually become part of a larger course coverin...
Laura, what is the use of the "PlayerPick" value in the End Turn Function? I didn't find any part of the code using this value
It's been a while since I looked at this, but I think essentially it's to stop the Global Variables being accidentally triggered between turns.
Thank you!This project helped me a lot!