AI Held Item Element 
Manages holding an item for a mob which doesn't have hands but needs to for AI purposes.
Procs | |
| atom_exited | If our held item is removed from our atom then take it off the blackboard |
|---|---|
| get_held_item | Returns the item held in a mob's blackboard, if it has one |
| on_click | Someone's interacting with us by hand, if we have an item and like them we'll hand it over |
| on_death | If we died, drop anything we were carrying |
| on_examined | Report that we're holding an item. |
Proc Details
atom_exited
If our held item is removed from our atom then take it off the blackboard
get_held_item
Returns the item held in a mob's blackboard, if it has one
on_click
Someone's interacting with us by hand, if we have an item and like them we'll hand it over
on_death
If we died, drop anything we were carrying
on_examined
Report that we're holding an item.