prompts: # digest system digest_action_move_other_enter: | {{event.character | name}} entered the room through the {{source_portal | name}}. digest_action_move_other_exit: | {{event.character | name}} left the room, heading through the {{destination_portal | name}}. digest_action_move_self_enter: | You entered the room through the {{source_portal | name}}. digest_action_move_self_exit: | You left the room, heading through the {{destination_portal | name}}. digest_action_move: | {{event.character | name}} entered the room. digest_action_take: | {{event.character | name}} picked up the {{event.parameters[item]}}. digest_action_give: | {{event.character | name}} gave the {{event.parameters[item]}} to {{event.parameters[character]}}. digest_action_drop: | {{event.character | name}} dropped the {{event.parameters[item]}}. digest_action_ask: | {{event.character | name}} asked {{event.parameters[character]}} about something. digest_action_tell: | {{event.character | name}} told {{event.parameters[character]}} about something. digest_action_examine: | {{event.character | name}} examined the {{event.parameters[target]}}.