main.lua

changeset 55
996f30d43a88
parent 54
09a754d5fcc1
child 56
5eda634ea15b
--- 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