I'm trying to use a variable from my dictionary however I keep getting this error:
"error(7,43): Expected end of statement after expression, got ' : ' instead."
line of code:$"VBoxContainer/save 1".text = names.user://save_1.save
(in ready function)
I'm pretty sure it's because of the "://" in my key "user://save_1.save" but I need it be like that because it relates to my save function. is there any way I can fix this without changing it?