Does the issue occur in the editor or during gameplay?
Script editor
If it's a gameplay issue, please specify which movement system and camera type you're using (free movement vs. grid movement, third-person vs. first-person) or N/A if not applicable:
N/A
Briefly describe the issue you're experiencing:
Impossible to edit a "for loop" iterable expression if expression is complex (if range() contains numeric parameters written as variables, properties)
Are there any errors in the in-game debug console or external console window?
SCRIPT ERROR: popup_custom: Invalid call. Nonexistent function 'get_value' in base 'VarIdObject'.
At: res://iterable_expr_builder_dialog.gde:52
Provide the steps necessary to reproduce the issue:
- Put for loop expression.
- Choose range of numbers as iteration function.
- Put any variable containing numeric data as one of two (three) parameters. Btw increment parameter doesn't accept variables in node editor.
- Now direct input/editing of the iterable expression became unavailable.
Provide a download link to the bare bones project (if applicable):

