I can’t seem to find a definitive answer anywhere, but when defining a scene to jump to, is it possible to use scene titles that have more than one word, or should I just shorten all of my files to a single string of characters?
For instance, if I wanted to jump to the label “nn” in the file “cutting your teeth”, would
*goto_scene cutting your teeth nn
work, or would all of the extra spaces just confuse things? Would it work with the scene title in quotation marks?
I know it’s an easy fix to just replace the spaces in my titles with underscores, but I prefer the cleaner look in my file organizing, so I’m just curious if there is a way to make it work as is. Thanks.