Alright then
# You can place the script of your game in this file.
# Declare images below this line, using the image statement.
# eg. image eileen happy = "eileen_happy.png"
# Declare characters used by this game.
define p = Character('PeacockButt', color="#C0A545", what_color="#74138C")
define s = Character('SkullFucker', color="#3923D6", what_color="#660066")
define x = Character('Xim', color="# 0099FF", what_color="#6FFF44")
define w = Character('Wonderbolt', color="#CC99CC", what_color="#339933")
define c= Character('Christmas', color="#03F3AB", what_color="#FF6600")
define g = Character('GreenHood', color="#1F88A7", what_color="CC0000")
define r = Character('Ravey', color="#3366CC", what_color="#660000")
define b = Character('The Butler', color="#C0E7F3", what_color="#000000")
define m = Character('Marelady', color="#FF97CB", what_color="#5757FF")
define pd = Character('Pediatrician', color="#CCCCCC", what_color="#CCFFFF")
define d = Character('Darkscale', color="#000033", what_color="#FFFDFD")
define gr = Character('Groove', color="#FDF2FF", what_color="#003300")
# The game starts here.
label start:
"It was a normal day today. Just like any other day of days. The sun shined today, just like everyday."
"Christmas was out on her normal daily run that she does every day."
"Whilst zooming around the city, she noticed a girl dressed up like a doctor playing with little babies!"
"In a panic mode, she swupt down to the scene of the crime and violently ripped the babies out of the hands of THE PEDIATRITION"
there's all 27 lines