Thread: Mys 1.3.3 Personality System
View Single Post
  #7  
Old 07-07-2014, 02:39 AM
Kyttias's Avatar
Kyttias Kyttias is offline
Premium Member
 
Join Date: Jan 2014
Posts: 857
Gender: Unknown/Other
Credits: 88,441
Kyttias is on a distinguished road
Default

I've managed to get it to work somewhat! But because I'm using four stats, instead of this in levelup.php:
Code:
$message = "<div id='personality'>Personality: {$adoptablepersonality}</div>";
I'm using just:
Code:
$message = "<div id='personality'>Personality: {$this->adopt->personality}</div>";
(For example, anyway.) Which means I'm not even calling back to the edits made in class_ownedadoptable.php.

I really like how on your site, once you reload the page, rather than throwing an error that you've already levelled up the adoptable, it shows a nice profile page for it. How are you getting the species name to show? I can't seem to find where that variable is stored.
__________________
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