Obeys Commands Component 
Manages a list of pet command datums, allowing you to boss it around Creates a radial menu of pet commands when this creature is alt-clicked, if it has any
Vars | |
| available_commands | List of commands you can give to the owner of this component |
|---|---|
Procs | |
| Initialize | The available_commands parameter should be passed as a list of typepaths |
| add_friend | Add someone to our friends list |
| display_menu | Displays a radial menu of commands |
| display_radial_menu | Actually display the radial menu and then do something with the result |
| remove_friend | Remove someone from our friends list |
Var Details
available_commands 
List of commands you can give to the owner of this component
Proc Details
Initialize
The available_commands parameter should be passed as a list of typepaths
add_friend
Add someone to our friends list
display_menu
Displays a radial menu of commands
display_radial_menu
Actually display the radial menu and then do something with the result
remove_friend
Remove someone from our friends list