nxbt icon indicating copy to clipboard operation
nxbt copied to clipboard

Issues with macros (webapp)

Open neomoth opened this issue 2 years ago • 1 comments

Hi, I'm having a few issues with macros, those issues being:

  • really long macros causing the webapp to crash
  • making a typo causing the webapp to crash
  • macros seemingly skipping inputs I'd like to request that these be looked into as the constant crashing and malfunctions make this program hard to use. Also, could you maybe add a feature to add loops into the macro system? I feel like this would help with the really long macro causing a crash issue.

neomoth avatar Aug 12 '22 02:08 neomoth

Hi. You can already use LOOP keyword to create loop. e.g.

LOOP 10
  A 0.1S
  1S

Lagyu avatar Nov 22 '22 14:11 Lagyu