rakugoteam / Rakugo-Dialogue-System

Inspired by Ren'Py, Rakugo is a project aiming to provide a way to make narrative-based games on Godot easily. Simplify your project, if it is a visual novel, point and click, RPG, interactive text game or many other styles and blends of styles.
https://rakugoteam.github.io
MIT License
219 stars 7 forks source link

Comment out chocie in menu, also removes choices after comment #272

Open Jeremi360 opened 5 months ago

Jeremi360 commented 5 months ago

Describe the bug If you comment out choice in RakuScript menu statement, it will also remove chocies after commented one.

To Reproduce Steps to reproduce the behavior:

  1. crate RkScript whi menu statment with at least 3 choices
  2. comment out second choice
  3. check menu in runtime

Expected behavior Only scecond chocie should disappear from menu.

Runtime: