Quote:
Originally posted by Andor_NPC-Admin1
To detect if someone laid a rupees, you need to do sumptin like
if(created||timeout) {
for(a=0;a!=itemscount;a++) {
if(items[a].type==greenrupee) {
woohoo, I found a gelat!
}
}
timout=0.05;
}
|

uhhh could you tell me how exactly that works...