mob
var
list
lt=list("punch forward" = 0, "punch reverse" = 0, \
"punch jab" = 0)
How could I add something to "punch forward" (like +1) and read it?
Like, with the gain of strength, I want to make a tie with the punches you made to forward, reverse and jab, so how could I add +1 to it and read that later on?
Thanks for your time,
Rick