/tg/ Station 13 - Modules - TypesVar Details - Proc Details

Pet Command: Fetch

Watch for someone throwing or pointing at something and then go get it and bring it back. If it's food we might eat it instead.

Vars

trigger_on_throwIf true, this command will trigger if the pet sees a friend throw any item, if they're not doing anything else
will_eat_targetsIf true, this is a poorly trained pet who will eat food you throw instead of bringing it back

Procs

listen_throw_landA throw we were listening to has finished, see if it's in range for us to try grabbing it
listened_throwA friend has thrown something, if we're listening or at least not busy then go get it

Var Details

trigger_on_throw

If true, this command will trigger if the pet sees a friend throw any item, if they're not doing anything else

will_eat_targets

If true, this is a poorly trained pet who will eat food you throw instead of bringing it back

Proc Details

listen_throw_land

A throw we were listening to has finished, see if it's in range for us to try grabbing it

listened_throw

A friend has thrown something, if we're listening or at least not busy then go get it