Rizean / lp-builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid detections on comments

Rizean opened this issue · comments

warning: FILE: D:\other\LifePlay\LifePlay\Content\Modules\vin_Base\Quests\bggw\Scenes\bggw_episodes.lpscene LINE: 17 WARN: INVALID_OPERAND - Repaired invalid operand: &&

line 17: If stage == 1 // Ashley & Iris & Eric

you could simply strip everything from a line starting with the // before processing it.

The detection also is wrong for strings containing operand characters, so you have to ignore them as well first

Example:
nn_re_build_new_room.lpscene(31): "Well. This version of NickNo's Home Expander does not have more rooms. Please ask for more on F95 / discord. :)"

-> Will trigger a missing ( warning.

edge case normally ignore them will take a look

also comments are fixed, I just for got to close it

fixed