if(src = /mob/pie)
?
ID:268670
![]() Oct 8 2004, 9:44 am
|
|
Artekia wrote:
Bah, I like my way better.I like "istype", less buggier. :o [Edit] Okay, istype doesn't work. I'll just post my problem. =/ Levelup() When the person levels up... nothing increases. :O Well, it increases sometimes, but not all the time. :( |
if(!agigain) I may be a newbie coder, but wouldn't this be more efficient? |
Use your logic man!
if(!agigain) All those lines with return are going to just stop the whole leveling proc, so stop doing it! Why would you want to stop the whole proc because of that? You do not need those checks for checking if they're null. |
And use an if like this