View Single Post
  #4  
Old 10-08-2001, 10:02 AM
entravial entravial is offline
Registered User
entravial's Avatar
Join Date: Mar 2001
Posts: 825
entravial is on a distinguished road
Send a message via ICQ to entravial Send a message via AIM to entravial Send a message via Yahoo to entravial
~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)
Reply With Quote