for lines that only contain [G] a [OC] is added automatically; this can be questionable in cases where there is more to do than only the go to
max-ri opened this issue ยท 2 comments
same problem for Xinergy for the following example
https://cdn.discordapp.com/attachments/614816696871550987/614816945325211654/unknown.png
https://cdn.discordapp.com/attachments/614816696871550987/614817205850341376/unknown.png
I decided to make the following change: I am going to remove the feature that when a line contains only a step describing means of traveling (i.e. [G] / [H] or [F]), this line will be marked as completed once the next steps gets completed. Reason for this change is that this feature creatures more problems than it solves. For example when the line does in fact contain more than just going somewhere such as Go to G[x,y] and do x
this behavior would not be expected. If you still want to have this behavior all you would need to do is add [OC] to the line.
Also in order to compensate and avoid having more manual steps to click than before through this change, I will immediately implement automatic detection for [H] and [F]. (Expect it to be done until launch.)