View Single Post
  #2  
Old 01-24-2016, 04:12 PM
Kyttias's Avatar
Kyttias Kyttias is offline
Premium Member
 
Join Date: Jan 2014
Posts: 857
Gender: Unknown/Other
Credits: 125,918
Kyttias is on a distinguished road
Default

PHP Code:
if ($this->adopt->getCurrentLevel() < 3){
/*if current level is less than three do this*/
} else {
/*well else it must be three or greater, so do this*/

Is this enough to help?

The property for finding the current level is already in the code you had, it just requires a basic if/else statement so I'm not sure what else you're looking for?
__________________
Please do not contact me directly outside of Mysidia.
I also cannot troubleshoot code more than two years old - I legit don't remember it.
Reply With Quote