
05-22-2009, 09:43 PM
|
|
Registered User
|
Join Date: Oct 2003
Posts: 2,712
|
|
|
You need to use else if instead of just if because you are using a sleep after promotion (which I don't really see why), and then since you don't have else if, the compiler reads the next line of code which tells the system to repromote the player again and it will continue this process all the way until there are no more ranks. Also, you should get rid of the sleeps. |
|
|
|