/tg/ Station 13 - Modules - TypesVar Details

issue_pet_command

Issues a spoken pet command and points at the target. Requires a blackboard key holding a list of /datum/pet_command instances. Use a cooldown decorator in the tree time_between_perform has no effect on one-shot behaviors.

Vars

command_distanceRange to search for commandable mobs.
command_list_keyBlackboard key holding a list of /datum/pet_command instances to search.
command_typeTypepath of the /datum/pet_command to locate in the list.
commandable_mob_typeIf set, setup() requires at least one mob of this type within command_distance.
target_keyBlackboard key holding the target atom to point at.

Var Details

command_distance

Range to search for commandable mobs.

command_list_key

Blackboard key holding a list of /datum/pet_command instances to search.

command_type

Typepath of the /datum/pet_command to locate in the list.

commandable_mob_type

If set, setup() requires at least one mob of this type within command_distance.

target_key

Blackboard key holding the target atom to point at.