
09-04-2001, 10:03 AM
|
|
Registered User
|
Join Date: Jun 2001
Posts: 373
|
|
ummm
|
Just a small test, this would probably work for the strength boost thing if your ap stays low for a while.
timeout=5;
if(timeout&&playerap<25){
this.strup+=1;
timeout=5;
}
if(playerap>25){
this.strup=0;
timeout=5;
}
if(this.strup=10){
this.strenght+=10;
sleep 0.01;
this.strup=0;
timeout=5;
}
That would add 10 Strength points every 50 seconds that the player has under 25 ap. Im pretty sure it would work, not totally though, bbut you get the point. |
|
|
|