Download as pdf or txt
Download as pdf or txt
You are on page 1of 10

Final Challenge

In this document I’m including both the code and the dialogues of the story.

Final Challenge – Phyton Script

# Eggserker

game.setBackground("volcano")
game.say("After the attack of the Hawk Band")

Griffith = game.createCharacter("phoenix")
Griffith.enter("right")
Popeto = game.createCharacter("fox")
Popeto.enter("left")
Griffith.say("I have destroyed the most powerfull city of this lands, now no one can
stop me")
Popeto.say("My lord, what is next?")
Griffith.say("I want you to go around the place and make shure now one is still
alive")
Griffith.say("Tomorrow we are going to atack the palace of the Empress of light")
Griffith.exit("left")
Popeto.say("Im so tired, I aint doin allat")
Popeto.say("I´m going to the forest to steal some food from the old ladies that live
in there")
Popeto.exit("left")

Guts = game.createCharacter("dragon")
Guts.enter("left")
Guts.setMood("angry")
Guts.say("All my people are dead and my enemies control the power of the
nation")
Guts.say("I must get revenge on those who ripped my life appart")
Guts.say("...")
Guts.say("I need to get out of here first ")

Guts.exit("right")

game.setBackground("forest")

Guts.enter("left")
choice = game.showChoice("Walk throught to the forest", "Go down the river")

if choice == 1:
Guts.say("The palace must be near")
Guts.exit("right")
game.setBackground("bamboo")
Guts.enter("left")
Guts.say("Here it is, im entering the gardens of the palace")
game.say("Suddenly, he heard screams coming from the palace")
Guts.say("THE EMPRESS¡¡¡")
Guts.say("*Runs towards the palace*")
game.setBackground("palace")
Griffith.enter("right")
Griffith.say("*laughts*")
Guts.say("WHERE IS THE EMPRESS")
Griffith.say("She refused to give us the crown, I didn´t had other option")
Griffith.say("She is now with your people")
Guts.say("GRIFFITH¡¡¡")
Griffith.say("*pulls out his sword*")
choice = game.showChoice("Shoot your crossbow", "Swing your sword")
if choice == 1:
Griffith.say("*dodges the arrow*")
Griffith.say("*stabs guts in the neck*")
Guts.say("..gawk...")
Guts.say("...")
Guts.exit("left")
Griffith.say("Popeto, burnn his body and tell the others to clean the palace")
Griffith.say("The rise of Falconia has just started")

if choice == 2:
Griffith.say("*Swings his rapier*")
Guts.say("*swings his sword and breaks Griffiths sword*")
Griffith.say("*falls to the floor*")
Guts.say("You are done")
Guts.say("*slash*")
Griffith.say(".ha...")
Griffith.exit("right")
Guts.say("Im burning down this place")
Guts.say("At least my family is now avenged")
Guts.exit("right")
game.setBackground("clouds")
Guts.enter("left")
Guts.say("Months have been since that day, I have finaly found peace...")
if choice == 2:

game.say("As he walked down the river, he noticed something")


Guts.say("Someone is near, I hear it")
choice = game.showChoice("Go to the origin of the sound", "Ignore")
if choice == 1:
Guts.say("*sneaks*")
Popeto.enter("right")

Popeto.say("I hope Oros pays us well after burning down all that city")
choice = game.showChoice("Comfront him", "Ambush")
if choice == 1:
Guts.say("I know who you are")
Popeto.say("Huh?, I´m surprised you survived in the flames")
Popeto.say("Mind your own business, wanderer, or else I'll have to kill you
like I did with your people")
Guts.say("I´LL KILL YOU")
Guts.say("*swings his sword out of his back and knocks him out*")
Guts.say("Where is Oros")
Popeto.say("...")
choice = game.showChoice("Tie him to a tree and leave", "Threathen")

if choice == 1:
Guts.say("*Ties him to a tree*")
Popeto.say("You will never defeat Oros and his band")
if choice == 2:
Guts.say("Tell me or else ill kill you like you did with my people")
Popeto.say("I'll tell you, please don't hurt me")
Popeto.say("Oros is on his way to the Empress palace, you can still
reach him in the valley of the sun")
Guts.say("Tell them the black swordsman has come")
Popeto.say("*runs away*")
Popeto.exit("right")
Guts.say("I have to save the Empress")
Guts.exit("right")
if choice == 2:
Guts.say("I´LL KILL YOU")
Guts.say("*swings his sword out of his back and knocks him out*")
Guts.say("Where is Oros")
Popeto.say("...")
choice = game.showChoice("Tie him to a tree and leave", "Threathen")

if choice == 1:
Guts.say("*Ties him to a tree*")
Popeto.say("You will never defeat Oros and his band")
if choice == 2:
Guts.say("Tell me or else ill kill you like you did with my people")
Popeto.say("I'll tell you, please don't hurt me")
Popeto.say("Oros is on his way to the Empress palace, you can still
reach him in the valley of the sun")
Guts.say("Tell them the black swordsman has come")
Popeto.say("*runs away*")
Popeto.exit("right")
Guts.say("I have to save the Empress")

Guts.exit("right")
game.setBackground("clouds")
Guts.enter("right")
Griffith.enter("left")
Guts.say("The reaper is calling your name")
Griffith.say("¡How did you get here!")
Griffith.say("It does not matter, I´ll send you with your people right now")
Griffith.say("*Pulls out his sword*")
Guts.say("¡¡GRIFFITHH!!")
Guts.say("*swings his heavy sword breaking Griffith´s in the way*")
Griffith.say("h.how...")
Guts.say("*swings his sword again, ripping Griffith´s head off*")
Guts.say("...")
Griffith.exit("left")
Guts.say("May me and my people finaly find rest")
Guts.say("This is the end")

game.endStory()

#I hope you liked the story, I apologize if it isn´t too much apropiate for a school
homework, BUT atleast this is a proof that it was really made by me.
#Gonzalo BS
Final Challenge – Dialog Scripts

In the ashes of the city

Game (Narrator) – “After the attack of the Hawk Band”


Griffith - "I have destroyed the most powerful city of these lands, now no one
can stop me"
Popeto - "My lord, what is next?"
Griffith - "I want you to go around the place and make sure no one is still alive"
Griffith - "Tomorrow we are going to attack the palace of the Empress of light"
Popeto - "Im so tired, I ain't doing all that"
Popeto - "I'm going to the forest to steal some food from the old ladies that live
in there"
Guts - "All my people are dead, and my enemies control the power of the
nation"
Guts - "I must get revenge on those who ripped my life apart"
Guts - "..."
Guts - "I need to get out of here first"
Guts - "Walk through the forest" or "Go down the river" (player's choice)

Into the Forest

Choice 1 (Walk through the forest)


Guts - "The palace must be near"
Guts - "Here it is, I'm entering the gardens of the palace"
Game (Narrator) - "Suddenly, he heard screams coming from the palace"
Guts - "THE EMPRESS!!!"
Guts - "Runs towards the palace"
Guts - "WHERE IS THE EMPRESS"
Griffith - "She refused to give us the crown, I didn't have another option"
Griffith - "She is now with your people"
Guts - "GRIFFITH!!!"
Griffith - "pulls out his sword"
Guts - "Shoot your crossbow" or "Swing your sword" (player's choice)

Choice 1.1 ("Shoot your crossbow)


Griffith - "dodges the arrow"
Griffith - "stabs guts in the neck"
Guts - "..gawk..."
Guts - "..."
Guts - "Popeto, burn his body and tell the others to clean the palace"
Griffith - "The rise of Falconia has just started"
Ending 1/3 : Dishonorable Death

Choice 1.2 (Swing your sword)


Griffith "Swings his rapier"
Guts - "Swings his sword and breaks Griffith's one"
Griffith - "falls to the floor"
Game (Narrator) - "Revenge" or "Forgive Him" (player's choice)
Choice 1.2.1 (Revenge)
Guts - "You are done"
Guts - "slash"
Griffith - ".ha..."
Guts - "Im burning down this place"
Guts - "At least my family is now avenged"
In the top of the Valley of the Sun
Guts - "Months have been since that day, I have finally found peace..."
Ending 2/3 : Founded Peace

Choice 2 (Go down the river)


Game (Narrator) - "As he walked down the river, he noticed something"
Guts - "Someone is near, I hear it"
Game (Narrator) - "Go to the origin of the sound" or "Ignore" (player's choice)
Guts - "sneaks"
Popeto - "I hope Oros pays us well after burning down all that city"
Game (Narrator) - "Confront him" or "Ambush" (player's choice)
Choice 2.1 (Confront him)
Guts - "I know who you are"
Popeto - "Huh?, I´m surprised you survived in the flames"
Popeto - "Mind your own business, wanderer, or else I'll have to kill you like I
did with your people"
Guts - "I´LL KILL YOU"
Guts - "swings his sword out of his back and knocks him out"
Guts - "Where is Oros"
Popeto - "..."
Game (Narrator) - "Tie him to a tree and leave" or "Threaten" (player's choice)
Choice 2.1.1 (Tie him to a tree and leave)
Guts - "Ties him to a tree"
Popeto - "You will never defeat Oros and his band"
Choice 2.1.2 (Threaten)
Guts - "Tell me or else I'll kill you like you did with my people"
Popeto - "I'll tell you, please don't hurt me"
Popeto - "Oros is on his way to the Empress palace, you can still reach him in
the valley of the sun"
Guts - "Tell them the black swordsman has come"
Popeto - "runs away"
After Popeto encounter
Guts - "I have to save the Empress"

Valley of the Sun


Guts - "The reaper is calling your name"
Griffith - "¡How did you get here!"
Griffith - "It does not matter, I'll send you with your people right now"
Griffith - "pulls out his sword"
Guts - "¡¡GRIFFITHH!!"
Guts - "swings his heavy sword breaking Griffith's in the way"
Griffith - "h.how..."
Guts - "swings his sword again, ripping Griffith's head off"
Guts - "..."
Griffith - "May me and my people finally find rest"
Guts - "This is the end"
Ending 3/3 : Revenge

You might also like