GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

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

commented

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
commented

THis is needed for #83