Quote:
Originally posted by ownerofbabylon
wow so you could actually make a script happen to like the 3 person to enter the room?
|
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