Help needed with an error!

Hello @Eppiuser_Queen, this is Sydney the moderator. Welcome to the forums. :smiley: Moved this to Directing Helps and Tips since this is about coding. Make sure to check out our Forum Tutorial for more info about where to correctly create topics, and feel to PM me if there are any questions. :wink:

"No labels exist"
If you are getting warning messages saying that NO LABELS EXIST, then that means you put the template inside of a choice or if/elif/else code. Templates have labels and labels cannot be inside of brackets. You will need to place the template outside of the choice, then put a goto inside the choice that leads to the first label of the template. HERE is an example of how to do that.

taken from Dara’s template thread

thank you!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.