Next question, did you adapt the code to suit the name of your variable?
That is, did you change where it says MyBossMoves to AttackMoves.
Hi - Davy used ‘CurrentMoveTracker’ and the variable you created is ‘currentmovetracker’
that’s why its red in the second screen shot.
Okay, when I get the chance, i’m gonna update the screenshots on the masterpost, showing all the other stuff tied to it, like what current move tracker is for.
(post deleted by author)
(post deleted by author)
I don’t think people want to have to scroll back and work out which is your new info and which is the old info even if you’ve made it easy to tell the difference. If you put the new info in a new reply then it makes it easier for people to help you and takes up less of their time.
…you are unfortunately correct, i dont know whats going on
Basically, right before the attack changes (When the boolean ReadyToChange is flipped to True), the variable for AttackMove is saved to CurrentMoveTracker, and then it sets MoveTransitionSelection to a random number in range, and then that selected number determines the next move by setting the AttackMove variable to the selected number.



