Thread: hmmmm
View Single Post
  #20  
Old 10-02-2005, 09:24 PM
excaliber7388 excaliber7388 is offline
Banned
excaliber7388's Avatar
Join Date: Jul 2005
Location: US
Posts: 5,229
excaliber7388 can only hope to improve
Send a message via AIM to excaliber7388
Quote:
Originally Posted by Skyld
i=i+25 should be i += 25.
Same thing
Quote:
Originally Posted by Skyld
Also, you should also stop mixing things in if statements that are not related.
i.e. isweapon and playermp are in no way related, so stop putting them in the same check.
it works for everything else, and is a quick way to make sure that th player has enough MP and is doing the attack
Quote:
Finally, what the hell are you doing with replaceani idle,idle;?
XD make sure idle is the gani XD not fully necessary
Reply With Quote