
10-08-2001, 10:02 AM
|
|
Registered User
|
 |
Join Date: Mar 2001
Posts: 825
|
|
|
~AlphaFlame~
?
if (playerchats && startswith(layrupees,#c)){
tokenize #c;
this.lay=#t(1);
timeout=1;
}
if (timeout && playerrupees>this.lay-1){
if (this.lay>100){
lay goldrupee;
this.lay-=100;
playerrupees-=100;
break;
}
if (this.lay>30){
lay redrupee;
this.lay-=30;
playerrupees-=30;
break;
}
if (this.lay>5){
lay bluerupee;
this.lay-=5;
playerrupees-=5;
break;
}
if (this.lay>1){
lay greenrupee;
this.lay-=1;
playerrupees-=1;
break;
}
if (this.lay>0)timeout=1;
}
Now watch Kaimetsu come along and raise hell about "inefficientcy" XD |
__________________
If the post says ~AlphaFlame~, that's who's posting. If not, it's Entravial (owner)
|
|
|
|