Hello again, I wanted to run the lint (I didn't do it for a looooong time), and I ran into this error.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/optional files/inline_conditions.rpy", line 483, in add_conditional_tags
raise Exception("ERROR: Closing {/else} tag without corresponding {else}")
Exception: ERROR: Closing {/else} tag without corresponding {else}
So I downloaded again all the inline_lint.zip and put all the files into my game but it didn't change anything. To make the lint work again I had to delete the inline_conditions file (and it's rpyc equivalent, since my TL file is huge I don't want to move this one, don't know if it's still related to that).
Anyway, it's tedious but I could make it work ultimately, so again, just letting you know.
For information I'm in 8.3.7 version
Edit: I don't want to use the build in version because I'm using the wordcounter thing from Kigyo to have more datas (especially the number of words per file very useful for my proofreading payments).