main.lua: Print blank line between actions for easier reading

Fri, 11 Dec 2015 17:18:40 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 11 Dec 2015 17:18:40 +0000
changeset 55
996f30d43a88
parent 54
09a754d5fcc1
child 56
5eda634ea15b

main.lua: Print blank line between actions for easier reading

main.lua file | annotate | diff | comparison | revisions
--- 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

mercurial