Thread: Index???!!!
View Single Post
  #21  
Old 10-21-2001, 12:44 AM
Xaviar Xaviar is offline
Registered User
Join Date: Aug 2001
Location: Fairyland
Posts: 463
Xaviar is on a distinguished road
Send a message via ICQ to Xaviar Send a message via AIM to Xaviar
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
__________________
One by one, the penguins steal my sanity.

*cookie for Xaviar* --Originally posted by Tyhm

--Xaviar

A m e r i c a
Reply With Quote