I use multiple branches in my chatbot using logical jumps so I can customize my response to them.
Currently I use number/letter combos at the beginning of the text. (eg: 1a, 1b, 7c, 7d etc.) This stops me getting lost while developing the jumps.
These labels need to be removed before going live (of course). But then this makes editing the script later very difficult.
Can we label script elements so the developer can see their label but the user cannot?
Thanks!