*bump*
Because I still don't understand how to do this. If anyone has the time, could you please write a function called "canadoptstarter" with just the regular canadopt function but with this in there as well:
PHP Code:
$query = "SELECT * FROM adopts_owned_adoptables WHERE kind = 'starter' AND owner='$loggedinname'";
$result = mysql_query($query);
$num = mysql_numrows($result);
if($num >= 1){
$canadopt = "no";}