diff Turok/Modules/Timer/Import.lua @ 9:9400a0ff8540

Ugh Timer: - container update directionality - talent update iterates over a non-volatile table to carry out updates - index management steps organized - talentRow status implemented, returns the spell associated with the talent chosen from that row CombatLog: - sort out font controls and unbork arguments
author Nenue
date Sun, 21 Feb 2016 13:08:30 -0500
parents a9b8b0866ece
children
line wrap: on
line diff
--- a/Turok/Modules/Timer/Import.lua	Sun Feb 21 08:49:34 2016 -0500
+++ b/Turok/Modules/Timer/Import.lua	Sun Feb 21 13:08:30 2016 -0500
@@ -21,7 +21,6 @@
     print('Dialog', ...)
   end
 end
-print('Peep!', ...)
 local strpad = function(str, num)
   return tostring(str) .. string.rep(' ', num - #tostring(str))
 end