Create Button viewer so you can compare what is in your sequence with what is actually on the button.
TimothyLuke opened this issue ยท 1 comments
While these exist,
/dump _G['seqname']:GetScipt('OnClick')
/dump _G['seqname']:GetAttribute('PreMacro')
Need better debugging
perhaps utilise
dump = string.dump(func)
for i = 1, string.len(dump) do
string.byte(dump, i)
end
THis is needed for #83