Pet select (Slash Command)

From City of Heroes: Rebirth Wiki
Revision as of 14:30, 21 June 2006 by imported>Konoko
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Pet Select

pet_select number

Selects a pet from the pet list, numbering starts from 0, and goes from top to bottom.

Example

  • pet_select 0 select the first pet in the list.
  • pet_select 3 select the fourth pet.

Pet Select Name

pet_select_name name(truncated)

Selects a pet from the pet list based on the first closest match to the pet's name.

Example

  • pet_select_name Phantasm for Illusion Controllers.
  • pet_select_name Sing for Gravity Controllers.
  • pet_select_name "Grave Knight" Selects the closest Grave Knight (if you haven't renamed them yet).
  • pet_select_name 1 Selects the closest pet that has the number 1 in their name. For Masterminds, unrenamed pets. For Fire Controllers, their first Fire Imp. (And when Illusion Controllers have their Decoys out).

Common Uses