If I have
Code:
label start:
$ Y_points = 0
$ MA_points = 0
$ G_points = 0
$ K_points = 0
$ EE_points = 0
$ T_points = 0
$ E_points = 0
$ J_points = 0
$ MY_points = 0
And I have a multitude of menu choices that increase the points of each of these.
Ex :
Code:
"I'll take a tour.":
$ T_points += 1
jump tour
At this point T_points = 1
Correct?
Now when I do this.
Code:
"blah blah"
$ T_points += 1
Does the =, equal the amount I am adding, or the over all points?
I'm just a little confused. Because If Its the amount im adding then T_points would truthfully be equal to 2
Or is it that the = is the amount of points in general?
_________________
You gotta be kitten' me, Stop it right meow, I aint even lion.
Projects:
Driftwood
- Logo by
WoPairs