function Pet:cleanCage() self.happiness = self.happiness + 10 end
In Pet Sim 1, pets were not automatically gathered. Players had to walk over them to collect them. Pet Sim 1 Script
local Game = {}
function Game:feedPet(player) if not player.pet then error("Player does not have a pet") end function Pet:cleanCage() self