
11-13-2001, 05:26 AM
|
Banned
|
 |
Join Date: Oct 2001
Posts: 1,177
|
|
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;
} |
|
|