code/datums/components/pet_commands/pet_commands_basic.dm 
| /datum/pet_command/idle | Tells a pet to resume its idle behaviour, usually staying put where you leave it |
|---|---|
| /datum/pet_command/free | Tells a pet to exit command mode and resume its normal behaviour, which includes regular target-seeking and what have you |
| /datum/pet_command/follow | Tells a pet to follow you until you tell it to do something else |
| /datum/pet_command/follow/start_active | Like follow but start active |
| /datum/pet_command/untargeted_ability | Use an an ability that does not require any targets |
| /datum/pet_command/attack | Tells a pet to chase and bite the next thing you point at |