No longer need assistance, thanks!
Discussion posts and replies are publicly visible
Hi davinar,
you storing the selection values in the local variable but that local variable has limited access like it can used between 102 line no to line no 138 and localvariable "local!PokemonChoice" to reference to main local varaible which got initialized in the line 1. Its like nested local variables but no reference from parent varaibles to child variables.