{% extends "base.html" %} {% block title %}Actions — BashyOverlay{% endblock %} {% block content %} Actions Configure what happens when each event fires. Add action Event type {% for et in event_types %} {{ et }} {% endfor %} Event detail Leave blank to match any. For commands: the name without !. For bits: minimum amount. Action type {% for at in action_types %} {{ at }} {% endfor %} Media file (for sound/video) — none — {% for f in media_files %} [{{ f.file_type }}] {{ f.original_name }} {% endfor %} Alert text (shown on screen) Cooldown (seconds) Add action Configured actions {% for action in actions %} {% set _ = namespace(media_files=media_files) %} {% include "partials/action_row.html" %} {% endfor %} {% if not actions %} No actions configured yet. {% endif %} {% endblock %}
Configure what happens when each event fires.
No actions configured yet.