Summons a non-combat pet or mount.
If called referencing the current non-combat pet, dismisses it. Does nothing if given an index greater than GetNumCompanions(type)
.
See also Companion functions.
Signature:
CallCompanion("type",
index)
Arguments:
type
- Type of companion (string
)CRITTER
- A non-combat petMOUNT
- A mount
index
- Index of a companion (between 1 andGetNumCompanions(type)
) (number
)