digraph { //entities player; animal; // actions node [shape="box"]; save_animal; interact_with_env; interact_with_anim; use_item; escape_player; }