Quote:
Originally posted by Xaviar
Yea, but you don't need indexes to do that, just:
if (playerenters) {
this.count++;
if (this.count==3) {
this.count = 0;
playerrupees += 5;
}
}
That'll give 5g to every 3rd person to walk into the level
|
that would only work if the same player entered the level 3 times