Does the issue occur in the editor or during gameplay?
No
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:
In the visual-script-editor, when i use a node with a field to declare a variable, like the control-variable in a for-loop,
It has a problem with the variable-name "$door".
The "!"-icon at the end of the line turns red and the content of the field is not saved, it becomes "$d" instead
Seems like it somehow collides with the keyword "do", because it begins the same.
Are there any errors in the in-game debug console or external console window?
no
Provide the steps necessary to reproduce the issue:
Open the script-editor as the type visual-script.
Place a for-loop-node into the scripting-area and connect it with the start-node.
Try to put in "$door" as the control-variable
Provide a download link to the bare bones project (strongly recommended if it's an in-game issue, since this helps significantly when attempting to reproduce it; the report will also be given more priority in this case):
Not necessary, because the reproduction above is extremely quick and easy