View Single Post
  #3  
Old 06-30-2007, 09:31 PM
Tolnaftate2004 Tolnaftate2004 is offline
penguin.
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 534
Tolnaftate2004 is a jewel in the roughTolnaftate2004 is a jewel in the rough
Send a message via AIM to Tolnaftate2004
Quote:
Originally Posted by killerogue View Post
PHP Code:
      if (stat == "hp" || "mp") { 
Does not do what you think it does.

Quote:
Originally Posted by killerogue View Post
PHP Code:
      if ((makevar("plyr.clientr.mud." stat) - amt) > 0) { 
If amt is negative.... -amt is positive, so (makevar("plyr.clientr.mud." @ stat) - amt) is adding. So, change the - to + and voila.
__________________
◕‿‿◕ · pfa · check yer syntax! · src

Killa Be: when i got that locker in 6th grade the only thing in it was a picture of a midget useing a firehose :/
Reply With Quote