Writing Challenge Prompt #12 – A Machine’s Perspective

The Demons’ Code – T’s Machine Perspective Story – Cont.

11

          strongestWill = character(Target, care_most_will)

          bestPerson = index(max(strongestWill))

          bestPerson.strongestWill = bestPerson.strongestWill * (10^time)

          whisper(Target, “The only reason the best person can be on the top is because he has all the resources.”)

# Identify the thing my target desires most. Make the person who is the best at
# this ridiculously better than everyone else, then make my target believe the
# only way that person is the best is due to their resources. In this way, this
# person can be an example to make my target greedier.

          Target.difficultToImprove = 0.5* Target.difficultToImprove # Yes, I am
# going to help my target to chase their strongest desire. When my target has
# made a name for themselves, it will be easier to make them greedier. As soon
# as people start to standout, they will notice the wide gap between them and
# the top. This will give them an excuse to be greedy in an effort to close the
# gap.

          print(“Greed routine has been completed. The function ran appropriately.”)

def gluttony(Target):

# Mmm, gluttony should be in this function. Hehehehe. What if I let people try
# dieting first? But don’t give them a way to build a habit so they give up? Push
# them too hard until they hit the limit they can handle. Besides gluttony,
# where else can they go?

          socialMedia = valueUp(fitness)

          tranditionalMedia = valueUp(healthyEating)

          topics = valueUp(fat) # Everyone knows gluttony is a sin as much as it as
# bad for themselves. Therefore, we #need to put pressure on from the opposite
#direction. Let’s start with everyone talking about diet.

          whisper(“Someone lost 100lb in 3 days. What about you?”) # Then, I need
# to feed them some unrealistically altered images and stress some crazy diet
# trends to depress my target’s self-esteem and make them feel like a loser

          socialMedia = valueUp(beYourself) #Last step: let my target realize there
# are lies everywhere. Then my target can feel comfortable to stay in their
# gluttony.

            print(“Gluttony routine has been completed. The function ran appropriately.”)

Leave a comment