dextrous
Sets up the attachee to have hands and manages things like dropping items on death and displaying them on examine Actual hand performance is managed by code on /living/ and not encapsulated here, we just enable it
Procs | |
on_death | Drop our shit when we die |
---|---|
on_examined | Tell people what we are holding |
on_hand_clicked | Try picking up items |
set_available_hands | Set up how many hands we should have |
Proc Details
on_death
Drop our shit when we die
on_examined
Tell people what we are holding
on_hand_clicked
Try picking up items
set_available_hands
Set up how many hands we should have