comparison 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
comparison
equal deleted inserted replaced
8:7790dff0fe13 9:9400a0ff8540
19 local print = function(...) 19 local print = function(...)
20 if Devian and DevianDB.workspace ~= 1 then 20 if Devian and DevianDB.workspace ~= 1 then
21 print('Dialog', ...) 21 print('Dialog', ...)
22 end 22 end
23 end 23 end
24 print('Peep!', ...)
25 local strpad = function(str, num) 24 local strpad = function(str, num)
26 return tostring(str) .. string.rep(' ', num - #tostring(str)) 25 return tostring(str) .. string.rep(' ', num - #tostring(str))
27 end 26 end
28 27
29 --- Handles mouse click on spellbook row frame 28 --- Handles mouse click on spellbook row frame