how many global variables can construct 2 handle?
or is it better to use instance variables?
for example i have one global variable that is "healingPotionNOW" (is the amount i have at the moment)
and another global variable that is "healingPotionMAX" (is the max amount)
or is it just better to use instance variables?