diff print_log.lua @ 39:8f7ec6ccf5e3

Comment/debug changes to help in tracking down cache bug. Do not run OnAccept when pressing Enter in an empty editbox.
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Thu, 29 Dec 2011 23:15:51 +0000
parents f560cf82e7d3
children
line wrap: on
line diff
--- a/print_log.lua	Fri Dec 23 01:08:02 2011 +0000
+++ b/print_log.lua	Thu Dec 29 23:15:51 2011 +0000
@@ -1,5 +1,10 @@
 #!/usr/bin/env lua
 
+--[[
+This is meant to be run from a command-line interpreter.  It's what I
+use in practice, but is shipping primarily an example.
+]]
+
 if not arg[1] or arg[1] == "" then
 	print"Usage:  lua print_log.lua /path/to/OuroLoot_savedvars.lua"
 	print"Don't forget to delete log table after viewing!"