Help! Allow reader to customize character

Hey, you can check out this: Dara's Character Customization Templates (INK & Limelight)

Read this quote from the thread I linked above:

“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.

1 Like