# Define characters character_1 = "AleLolz4" # Define the dialogue dialogue = [ (character_1, "Oh, you're here, well, welcome to the world of weird and stupid Scratch games, if u like the games, leave a comment or rate it if u want, not forcing ya! So... enjoy!") ] # Print the dialogue for character, line in dialogue: print(f"{character}: {line}") Credits to OpEnSaDoR for inspiring this "dialogue" and theme.