daemitus / SomethingNeedDoing

86 stars 59 forks source link

Retries don't work with lua scripts #84

Open AkiniKites opened 2 years ago

AkiniKites commented 2 years ago

Setting 'Action max timeout retries' doesn't retry commands when running a lua script.

2022-07-24 10_47_12-FINAL FANTASY XIV

I think its because the call to step = macro.GetCurrentStep(); in ProcessMacro moves the lua script to the next step. Saving and executing the failed step should fix the issue.