summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/script.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/script.c b/src/script.c
index 51db3da..8d57264 100644
--- a/src/script.c
+++ b/src/script.c
@@ -283,6 +283,9 @@ static int event_trigger(xas_spatial_scene *scene, xas_script_event *ev) {
}
xas_vox_say(ev->object->ctx, ev->phrase);
+ xas_vox_generate(ev->object->ctx);
+
+ break;
}
return 0;