Badge time.png   The Paragon Wiki Archive documents the state of City of Heroes/Villains as it existed on December 1, 2012.

Difference between revisions of "Pet select (Slash Command)"

From Paragon Wiki Archive
Jump to: navigation, search
 
m
 
(14 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__toc__
+
__NOTOC__
 +
== Slash Command ==
 +
{{SlashCommandArticle
 +
|command=pet_select
 +
|options=integer
 +
|note=Selects a pet from the [[Pets Window|pet list]], numbering starts from 0, and goes from top to bottom.
  
== Pet Select ==
 
'''pet_select''' ''number''
 
:Selects a pet from the pet list, numbering starts from 0, and goes from top to bottom.
 
 
=== Example ===
 
=== Example ===
 
*'''pet_select 0''' select the first pet in the list.
 
*'''pet_select 0''' select the first pet in the list.
*'''pet_select 3''' select the fourth pet.
+
*'''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 Control|Illusion Controller]]s.
+
*'''pet_select_name Sing''' for [[Gravity Control|Gravity Controller]]s.
+
*'''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 Control|Fire Controller]]s, their first Fire Imp. (And when Illusion Controllers have their Decoys out).
+
  
== Common Uses ==
 
  
 +
{{PetCommandRelatedArticle}}
 +
{{Navbox Targeting}}
  
[[Category:Slash Commands]][[Category:Targeting Commands]][[Category:Pet Commands]]
+
[[Category:Targeting Commands]]

Latest revision as of 09:12, 9 July 2012

Slash Command

/pet_select integer

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.