diff --git a/source/behavior/entities/format/components/timer.json b/source/behavior/entities/format/components/timer.json index 1ab3933e..547a5958 100644 --- a/source/behavior/entities/format/components/timer.json +++ b/source/behavior/entities/format/components/timer.json @@ -69,7 +69,10 @@ { "time": 1, "looping": true, - "time_down_event": "self:reset" + "time_down_event": { + "event": "example:foo", + "target": "self" + } } ] }