View Single Post
  #5  
Old 11-13-2001, 05:26 AM
Faheria_GP2 Faheria_GP2 is offline
Banned
Faheria_GP2's Avatar
Join Date: Oct 2001
Posts: 1,177
Faheria_GP2 is on a distinguished road
hmm...wait, you might want to do it another way (since it's not the player that lays the item

if (playerenters) timeout=.05;
if (timeout) {
take greenrupee; take bluerupee; take redrupee; take goldrupee;
timeout=.05;
}
Reply With Quote