GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

Start line in sequence as -- to mark inline Comment in the Macro

Darkmanz opened this issue · 6 comments

commented

Hey TL, would it be possible to allow for Commented lines to remain in the Macro? I tend to write comments in my macros when I wrote them in Notepad so that I can follow my thought process if I have to revisit it later. Sadly the comment lines are lost when importing a Macro in game.

commented
commented

What I would need to do would be to create a comment style like -- (lua comments) (or // (c comments) ) and if the line begins with -- then don't process it when programming the button. It does have math implications for loop start and stop.

commented

Added in code to allow for -- as a prefix for comments.

commented

This is part of 2.1.05

commented

I am excited that this is implemented! Thanks for the hard work.

commented

Tested this yesterday and its working properly.