mob
proc
Levelup()
if(src.level=1)
Level1_statboost()
if(src.level=2)
Level2_statboost()
Something along the lines liek that, i know that wasn't perfect or even good, but i was just trying to get the whole calling procs idea out there. If you have an idea, or know exactly what im talking about and know how to do it, please reply on how to make these "pre-defined"-like levels. Thank you.
If you can't help me with the above part, could you atleast help me with the 4th adn 6th part of the code? im sure the
if(src.level=2)
See how that works?