Sorry, internet shorted out again before I could finish @_@
Okay, here are the rest of the instructions:
In the same 5 files I mentioned, find the insert line again, and
right above it add this line;
PHP Code:
$adoptablepersonality = $mysidia->db->select("personalities", array("pers"), "1 ORDER BY RAND() DESC LIMIT 1")->fetchColumn();
To display a pet's personality on, say, the manage page (via myadoptsview.php) you can use this:
PHP Code:
{$adopt->personality}
In some files you'll just need to change that to this;
PHP Code:
{$this->adopt->personality}
Then you can access the add page at
http://YOURSITE.com/personality (don't worry, only admins can access it!)
And that should be it!