# HG changeset patch # User Matthew Wild # Date 1449854320 0 # Node ID 996f30d43a88e0bb22ee8c574c9cc04a668c3270 # Parent 09a754d5fcc1a092c6b0bd60b3fc90f7f5699b73 main.lua: Print blank line between actions for easier reading diff -r 09a754d5fcc1 -r 996f30d43a88 main.lua --- a/main.lua Tue Nov 03 18:37:38 2015 +0100 +++ b/main.lua Fri Dec 11 17:18:40 2015 +0000 @@ -54,6 +54,7 @@ local object = script.objects[action.object_name]; local handler = object.handler; assert(handler[action.action], "Objects of type '"..object.type.."' do not support action '"..action.action.."'"); + print(""); if action.annotation then print(action.annotation); end