Skip to content
MMOMinion edited this page Oct 1, 2013 · 2 revisions

Player's Pet

  • Pet is just a normal Entity. It can be directly accessed by :
local mypet = Player.pet
if ( TableSize(mypet) > 0) then
    d("Name: ".. mypet.name)
end
Clone this wiki locally