Puts a non-combat pet or mount onto the cursor
See also Companion functions, Cursor functions.
Signature:
PickupCompanion("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
)