Pet - MINIONBOTS/FFXIVMinion GitHub Wiki
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
local mypet = Player.pet
if ( TableSize(mypet) > 0) then
d("Name: ".. mypet.name)
end