<<if $AthenaHappy is false or $ArtemisHappy is false or $ZeusHappy is false or $AresHappy is false or $ApolloHappy is false or $PoseidonHappy is false>><div style="text-align:center; font-family:'Caesar Dressing'; font-size: 40px; color:green;">Welcome to Olympus<em></em></div>
Hello <font color="green"><b>$player_name!</b></font>
You wake up in Olympus surrounded by the Gods! They argue and fight with each other. It's a complete chaos!
You realize that they need your help to retrieve their mythological items.
You need to visit each one of them and make sure that everyone is happy and content or you and the rest of us would be in grave danger!
<center>
Who do you want to visit?
<<if $AthenaHappy is true>>\
[[Athena|Athena happy]]\
<<else>>\
[[Athena]]\
<</if>> | [[Aphrodite]] | <<if $ZeusHappy is true>>\
[[Zeus|Zeus happy]]\
<<else>>\
[[Zeus]]\
<</if>> | [[Demeter]] | <<if $AresHappy is true>>\
[[Ares|Ares happy]]\
<<else>>\
[[Ares]]\
<</if>> | [[Hermes]]
<<if $PoseidonHappy is true>>\
[[Poseidon|Poseidon happy]]\
<<else>>\
[[Poseidon]]\
<</if>> | [[Hera]] | <<if $ApolloHappy is true>>\
[[Apollo|Apollo happy]]\
<<else>>\
[[Apollo]]\
<</if>> | [[Hephaestus]] | <<if $ArtemisHappy is true>>\
[[Artemis|Artemis happy]]\
<<else>>\
[[Artemis]]\
<</if>> | [[Hestia|Estia]]
</center>
<</if>>
<<if $AthenaHappy is true and $ArtemisHappy is true and $ZeusHappy is true and $AresHappy is true and $ApolloHappy is true and $PoseidonHappy is true>>\<div style="text-align:center; font-family:'Caesar Dressing'; font-size: 40px; color:green;">GREEK GODS GAME<em></em></div>
<center><img src="images/congrats.png"></center>
<div style="text-align:center; font-family:'Caesar Dressing'; font-size: 40px; color:green;">
Congratulations, $player_name!
You finished the game!
[[Play again|Welcome]]</div>
<<set $score = 0>>
<<set $hasSpear to false>>\
<<set $hasOwl to false>>\
<<set $hasTrident to false>>\
<<set $hasLightBolt to false>>\
<<set $hasLyre to false>>\
<<set $hasBow to false>>\
<<set $AthenaHappy to false>>\
<<set $ArtemisHappy to false>>\
<<set $ZeusHappy to false>>\
<<set $AresHappy to false>>\
<<set $ApolloHappy to false>>\
<<set $PoseidonHappy to false>>\
<</if>>\
<div style="text-align:center; font-family:'Caesar Dressing'; font-size: 30px; color:green;">ATHENA'S ROOM<em></em></div>
<<if $hasSpear is false and $hasOwl is false and $hasTrident is false and $hasLightBolt is false and $hasLyre is false and $hasBow is false>>\
You've entered Athena's chambers. Beautiful murals portraying scenes with the Goddess adorn all the walls. In one of them Athena is fighting with Poseidon over the city of Athens. She is depicted with black hair, stormy grey eyes and olive complexion. She wears her helmet and is followed by her owl.
But now Athena, the beautiful goddess of wisdom, seems to be in distress. She is sitting in front of her fireplace crying. She suddenly turns to face you and pleads:
"Please, <font color="green"><b>$player_name!</b></font> bring me back my pet! I haven't seen it since yesterday! I am very worried!"
<</if>>\
<<if $hasSpear or $hasOwl or $hasTrident or $hasLightBolt or $hasLyre or $hasBow is true>>\
Ohhh you make me so happy! What are you holding in your hands?
<</if>>\
<<if $hasSpear is true>>\
<<linkreplace "Give Athena the Spear">>\
<<replace "#message">>\
What are you doing? I don't want the Spear! I want my pet!
[[Go Back|Start]]
<</replace>>\
<<set $score to $score - 1>>\
<</linkreplace>>\
<</if>>\
<<if $hasOwl is true>>\
<<linkreplace "Give Athena the Owl">>\
<<replace "#message">>\
Thank you for bringing my pet back to me!
<<link "Click here to continue..." "Start">>
<</link>>
<</replace>>\
<<set $hasOwl to false>>\
<<set $AthenaHappy to true>>\
<<set $score to $score + 10>>\
<</linkreplace>>\
<</if>>\
<<if $hasTrident is true>>\
<<linkreplace "Give Athena the Trident">>\
<<replace "#message">>\
What are you doing? I don't want the Trident! I want my pet!
[[Go Back|Start]]
<</replace>>\
<<set $score to $score - 1>>\
<</linkreplace>>\
<</if>>\
<<if $hasLightBolt is true>>\
<<linkreplace "Give Athena the Lightning Bolt">>\
<<replace "#message">>\
What are you doing? I don't want the Lightning Bolt! I want my pet!
[[Go Back|Start]]
<</replace>>\
<<set $score to $score - 1>>\
<</linkreplace>>\
<</if>>\
<<if $hasLyre is true>>\
<<linkreplace "Give Athena the Lyre">>\
<<replace "#message">>\
What are you doing? I don't want the Lyre! I want my pet!
[[Go Back|Start]]
<</replace>>\
<<set $score to $score - 1>>\
<</linkreplace>>\
<</if>>\
<<if $hasBow is true>>\
<<linkreplace "Give Athena the Bow">>\
<<replace "#message">>\
What are you doing? I don't want the Bow! I want my pet!
[[Go Back|Start]]
<</replace>>\
<<set $score to $score - 1>>\
<</linkreplace>>\
<</if>>\
<span id="items">\
</span>
<span id="message">\
[[Go Back|Start]]
</span>
Georgia Konstantinou
EDTECH 511
Inventory Items:
<<if $hasSpear is true>>Spear<</if>>
<<if $hasOwl is true>>Owl<</if>>
<<if $hasTrident is true>>Trident<</if>>
<<if $hasLightBolt is true>>Lightning Bolt<</if>>
<<if $hasLyre is true>>Lyre<</if>>
<<if $hasBow is true>>Bow<</if>>
Score
$score<<set $score = 0>>
<<set $hasSpear to false>>\
<<set $hasOwl to false>>\
<<set $hasTrident to false>>\
<<set $hasLightBolt to false>>\
<<set $hasLyre to false>>\
<<set $hasBow to false>>\
<<set $AthenaHappy to false>>\
<<set $ArtemisHappy to false>>\
<<set $ZeusHappy to false>>\
<<set $AresHappy to false>>\
<<set $ApolloHappy to false>>\
<<set $PoseidonHappy to false>>\<div style="text-align:center; font-family:'Caesar Dressing'; font-size: 30px; color:green;">ZEUS' ROOM<em></em></div>
<<if $hasSpear is false and $hasOwl is false and $hasTrident is false and $hasLightBolt is false and $hasLyre is false and $hasBow is false>>\
You enter the throne room! Zeus, the father of gods and mortals, is walking up and down the room really upset! He is holding his scepter and is accompanied by his eagle. The room trumors when he walks.
He yells at you "Bring me my weapon, mortal! The weather has changed! I gathered the clouds, the winds and the rain! I need it immediately, <font color="green"><b>$player_name!</b></font>! GO! You have only a few seconds!"
<</if>>\
<<if $hasSpear or $hasOwl or $hasTrident or $hasLightBolt or $hasLyre or $hasBow is true>>\
Come closer! What are you hiding there?
<</if>>\
<<if $hasSpear is true>>\
<<linkreplace "Give Zeus the Spear">>\
<<replace "#message">>\
What are you doing? I don't want the Spear! I want my weapon!
[[Go Back|Start]]
<</replace>>\
<<set $score to $score - 1>>\
<</linkreplace>>\
<</if>>\
<<if $hasOwl is true>>\
<<linkreplace "Give Zeus the Owl">>\
<<replace "#message">>\
What are you doing? I don't want the Owl! I want my weapon!
[[Go Back|Start]]
<</replace>>\
<<set $score to $score - 1>>\
<</linkreplace>>\
<</if>>\
<<if $hasTrident is true>>\
<<linkreplace "Give Zeus the Trident">>\
<<replace "#message">>\
What are you doing? I don't want the Trident! I want my weapon!
[[Go Back|Start]]
<</replace>>\
<<set $score to $score - 1>>\
<</linkreplace>>\
<</if>>\
<<if $hasLightBolt is true>>\
<<linkreplace "Give Zeus the Lightning Bolt">>\
<<replace "#message">>\
Thank you for bringing my weapon back to me!
<<link "Click here to continue..." "Start">>
<</link>>
<</replace>>\
<<set $hasLightBolt to false>>\
<<set $ZeusHappy to true>>\
<<set $score to $score + 10>>\
<</linkreplace>>\
<</if>>\
<<if $hasLyre is true>>\
<<linkreplace "Give Zeus the Lyre">>\
<<replace "#message">>\
What are you doing? I don't want the Lyre! I want my weapon!
[[Go Back|Start]]
<</replace>>\
<<set $score to $score - 1>>\
<</linkreplace>>\
<</if>>\
<<if $hasBow is true>>\
<<linkreplace "Give Zeus the Bow">>\
<<replace "#message">>\
What are you doing? I don't want the Bow! I want my weapon!
[[Go Back|Start]]
<</replace>>\
<<set $score to $score - 1>>\
<</linkreplace>>\
<</if>>\
<span id="items">\
</span>
<span id="message">\
[[Go Back|Start]]
</span>
<div style="text-align:center; font-family:'Caesar Dressing'; font-size: 30px; color:green;">ATHENA'S ROOM<em></em></div>
Hello, $player_name!
Nice to see you again! Thank you for bringing my owl back to me! I will never forget!
[[Go back|Start]] <div style="text-align:center; font-family:'Caesar Dressing'; font-size: 30px; color:green;">APHRODITE'S ROOM<em></em></div>
<<if $hasTrident is false and $PoseidonHappy is false>>You enter Aphrodite's chambers. The goddess of love, beauty and desire is getting ready with the help of her handmaidens. Her room is full of beautiful and luxurious fabrics. There are many items on the floor but one of them doesn't belong there. It's a trident!
<<linkreplace "Take the trident">>\
You take the trident.\
<<set $hasTrident to true>>\
<</linkreplace>>\
<</if>>\
<<if $hasTrident is true or $PoseidonHappy is true>>\
"Hi <font color="green">$player_name</font> did you forget something?", Aphrodite asks.\
<</if>>\
[[Go Back|Start]] <div style="text-align:center; font-family:'Caesar Dressing'; font-size: 30px; color:green;">HERA'S ROOM<em></em></div>
<<if $hasOwl is false and $AthenaHappy is false>>As you enter Hera's room the goddess of marriage, family and childbirth, an owl comes flying towards you and sits on your shoulder. Hera lifts her eyes from the embroidery she is making and says "That annoying bird is flying around me all day today. <font color="green">$player_name</font>, If you don't take it with you, I'll transform it into a cow! It plays with my nerves all morning!"
<<linkreplace "Take the owl">>\
You take the owl.\
<<set $hasOwl to true>>\
<</linkreplace>>\
<</if>>\
<<if $hasOwl is true or $AthenaHappy is true>>\
"Hi $player_name did you forget something?" Hera says.\
<</if>>\
[[Go Back|Start]] <div style="text-align:center; font-family:'Caesar Dressing'; font-size: 30px; color:green;">HESTIA'S ROOM<em></em></div>
<<if $hasBow is false and $ArtemisHappy is false>>As you enter Hestia's room, you see her attending the fire of her home, after all she is the goddess of the hearth fire of both Mount Olympus and the homes of the Greeks. She invited you to sit down and have lunch with her, but you kindly refused, explaining that you were in a hurry and were searching the grounds for the Gods' belongings, which were scattered around the premises. She asked you to wait and she came back with a bow. She told you that someone forgot it at her home.
<<linkreplace "Take the Bow">>\
You take the Bow.\
<<set $hasBow to true>>\
<</linkreplace>>\
<</if>>\
<<if $hasBow is true or $ArtemisHappy is true>>\
"Hi $player_name did you forget something?" Hestia says.\
<</if>>\
[[Go Back|Start]] <div style="text-align:center; font-family:'Caesar Dressing'; font-size: 30px; color:green;">ARES' ROOM<em></em></div>
<<if $hasSpear is false and $hasOwl is false and $hasTrident is false and $hasLightBolt is false and $hasLyre is false and $hasBow is false>>\
You enter Ares' room! The Greek god of courage and war is looking straight at you and asks:
"Did you take my weapon, <font color="green">$player_name</font>?? I can't find it anywhere!".
Ηis room is warm by the lit fireplace. At the wall there is a painting of him armed for battle holding his spear and his shield fighting against Hercules. His sword, helmet and shield are lying on the floor! You storm out of the room! You know exactly what he is looking for!<</if>>\
<<if $hasSpear or $hasOwl or $hasTrident or $hasLightBolt or $hasLyre or $hasBow is true>>\
Come closer! What are you hiding there?
<</if>>\
<<if $hasSpear is true>>\
<<linkreplace "Give Ares the Spear">>\
<<replace "#message">>\
Thank you for bringing my weapon back to me!
<<link "Click here to continue..." "Start">>
<</link>>
<</replace>>\
<<set $hasSpear to false>>\
<<set $AresHappy to true>>\
<<set $score to $score + 10>>\
<</linkreplace>>\
<</if>>\
<<if $hasOwl is true>>\
<<linkreplace "Give Ares the Owl">>\
<<replace "#message">>\
What are you doing? I don't want the Owl! I want my weapon!
[[Go Back|Start]]
<</replace>>\
<<set $score to $score - 1>>\
<</linkreplace>>\
<</if>>\
<<if $hasTrident is true>>\
<<linkreplace "Give Ares the Trident">>\
<<replace "#message">>\
What are you doing? I don't want the Trident! I want my weapon!
[[Go Back|Start]]
<</replace>>\
<<set $score to $score - 1>>\
<</linkreplace>>\
<</if>>\
<<if $hasLightBolt is true>>\
<<linkreplace "Give Ares the Lightning Bolt">>\
<<replace "#message">>\
What are you doing? I don't want the Lightning Bolt! I want my weapon!
[[Go Back|Start]]
<</replace>>\
<<set $score to $score - 1>>\
<</linkreplace>>\
<</if>>\
<<if $hasLyre is true>>\
<<linkreplace "Give Ares the Lyre">>\
<<replace "#message">>\
What are you doing? I don't want the Lyre! I want my weapon!
[[Go Back|Start]]
<</replace>>\
<<set $score to $score - 1>>\
<</linkreplace>>\
<</if>>\
<<if $hasBow is true>>\
<<linkreplace "Give Ares the Bow">>\
<<replace "#message">>\
What are you doing? I don't want the Bow! I want my weapon!
[[Go Back|Start]]
<</replace>>\
<<set $score to $score - 1>>\
<</linkreplace>>\
<</if>>\
<span id="items">\
</span>
<span id="message">\
[[Go Back|Start]]
</span>
<div style="text-align:center; font-family:'Caesar Dressing'; font-size: 30px; color:green;">POSEIDON'S ROOM<em></em></div>
<<if $hasSpear is false and $hasOwl is false and $hasTrident is false and $hasLightBolt is false and $hasLyre is false and $hasBow is false>>\
Poseidon's room is quite unique! The floor is transparent, allowing you to glimpse the seabed below, which is rich in corals and gems! At the walls there are murals of him coming out of the sea with his blue hair wet and holding his trident.
"Did you steal my weapon, <font color="green">$player_name</font>?? I can't find it anywhere! What are you doing here?"
You hurriedly exit the room...
<</if>>\
<<if $hasSpear or $hasOwl or $hasTrident or $hasLightBolt or $hasLyre or $hasBow is true>>\
Come closer! What are you hiding there?
<</if>>\
<<if $hasSpear is true>>\
<<linkreplace "Give Poseidon the Spear">>\
<<replace "#message">>\
What are you doing? I don't want the Spear! I want my weapon!
[[Go Back|Start]]
<</replace>>\
<<set $score to $score - 1>>\
<</linkreplace>>\
<</if>>\
<<if $hasOwl is true>>\
<<linkreplace "Give Poseidon the Owl">>\
<<replace "#message">>\
What are you doing? I don't want the Owl! I want my weapon!
[[Go Back|Start]]
<</replace>>\
<<set $score to $score - 1>>\
<</linkreplace>>\
<</if>>\
<<if $hasTrident is true>>\
<<linkreplace "Give Poseidon the Trident">>\
<<replace "#message">>\
Thank you for bringing my weapon back to me!
<<link "Click here to continue..." "Start">>
<</link>>
<</replace>>\
<<set $hasTrident to false>>\
<<set $PoseidonHappy to true>>\
<<set $score to $score + 10>>\
<</linkreplace>>\
<</if>>\
<<if $hasLightBolt is true>>\
<<linkreplace "Give Poseidon the Lightning Bolt">>\
<<replace "#message">>\
What are you doing? I don't want the Lightning Bolt! I want my weapon!
[[Go Back|Start]]
<</replace>>\
<<set $score to $score - 1>>\
<</linkreplace>>\
<</if>>\
<<if $hasLyre is true>>\
<<linkreplace "Give Poseidon the Lyre">>\
<<replace "#message">>\
What are you doing? I don't want the Lyre! I want my weapon!
[[Go Back|Start]]
<</replace>>\
<<set $score to $score - 1>>\
<</linkreplace>>\
<</if>>\
<<if $hasBow is true>>\
<<linkreplace "Give Poseidon the Bow">>\
<<replace "#message">>\
What are you doing? I don't want the Bow! I want my weapon!
[[Go Back|Start]]
<</replace>>\
<<set $score to $score - 1>>\
<</linkreplace>>\
<</if>>\
<span id="items">\
</span>
<span id="message">\
[[Go Back|Start]]
</span>
<div style="text-align:center; font-family:'Caesar Dressing'; font-size: 30px; color:green;">APOLLO'S ROOM<em></em></div>
<<if $hasSpear is false and $hasOwl is false and $hasTrident is false and $hasLightBolt is false and $hasLyre is false and $hasBow is false>>\
Apollo, the Olympian god of prophecy and oracles, music, song and poetry, archer and healing, the protector of the youth is at the door of his room waiting for you. "What do you see?" he asks as he points to a mural on the wall. You see the God playing his lyre in a beautiful field surrounded by the muses.
"Now you know what I am looking for! Please, find it for me, <font color="green">$player_name!"</font> he says.
<</if>>\
<<if $hasSpear or $hasOwl or $hasTrident or $hasLightBolt or $hasLyre or $hasBow is true>>\
Come closer! What are you hiding there?
<</if>>\
<<if $hasSpear is true>>\
<<linkreplace "Give Apollo the Spear">>\
<<replace "#message">>\
What are you doing? I don't want the Spear! I want my weapon!
[[Go Back|Start]]
<</replace>>\
<<set $score to $score - 1>>\
<</linkreplace>>\
<</if>>\
<<if $hasOwl is true>>\
<<linkreplace "Give Apollo the Owl">>\
<<replace "#message">>\
What are you doing? I don't want the Owl! I want my weapon!
[[Go Back|Start]]
<</replace>>\
<<set $score to $score - 1>>\
<</linkreplace>>\
<</if>>\
<<if $hasTrident is true>>\
<<linkreplace "Give Apollo the Trident">>\
<<replace "#message">>\
What are you doing? I don't want the Trident! I want my weapon!
[[Go Back|Start]]
<</replace>>\
<<set $score to $score - 1>>\
<</linkreplace>>\
<</if>>\
<<if $hasLightBolt is true>>\
<<linkreplace "Give Apollo the Lightning Bolt">>\
<<replace "#message">>\
What are you doing? I don't want the Lightning Bolt! I want my weapon!
[[Go Back|Start]]
<</replace>>\
<<set $score to $score - 1>>\
<</linkreplace>>\
<</if>>\
<<if $hasLyre is true>>\
<<linkreplace "Give Apollo the Lyre">>\
<<replace "#message">>\
Thank you for bringing my weapon back to me!
<<link "Click here to continue..." "Start">>
<</link>>
<</replace>>\
<<set $hasLyre to false>>\
<<set $ApolloHappy to true>>\
<<set $score to $score + 10>>\
<</linkreplace>>\
<</if>>\
<<if $hasBow is true>>\
<<linkreplace "Give Apollo the Bow">>\
<<replace "#message">>\
What are you doing? I don't want the Bow! I want my weapon!
[[Go Back|Start]]
<</replace>>\
<<set $score to $score - 1>>\
<</linkreplace>>\
<</if>>\
<span id="items">\
</span>
<span id="message">\
[[Go Back|Start]]
</span>
<div style="text-align:center; font-family:'Caesar Dressing'; font-size: 30px; color:green;">ARTEMIS' ROOM<em></em></div>
<<if $hasSpear is false and $hasOwl is false and $hasTrident is false and $hasLightBolt is false and $hasLyre is false and $hasBow is false>>\
You enter Artemis' room. The goddess of wild animals and hunting has beautiful vases all around her chambers depicting her hunting wild animals with her bow and arrows and followed by her deer.
She seems upset! She yells at you "Someone stole my weapon! If I discover him, I'll kill him!".
You hurry out the room ...
<</if>>\
<<if $hasSpear or $hasOwl or $hasTrident or $hasLightBolt or $hasLyre or $hasBow is true>>\
Come closer! What are you hiding there?
<</if>>\
<<if $hasSpear is true>>\
<<linkreplace "Give Artemis the Spear">>\
<<replace "#message">>\
What are you doing? I don't want the Spear! I want my weapon!
[[Go Back|Start]]
<</replace>>\
<<set $score to $score - 1>>\
<</linkreplace>>\
<</if>>\
<<if $hasOwl is true>>\
<<linkreplace "Give Artemis the Owl">>\
<<replace "#message">>\
What are you doing? I don't want the Owl! I want my weapon!
[[Go Back|Start]]
<</replace>>\
<<set $score to $score - 1>>\
<</linkreplace>>\
<</if>>\
<<if $hasTrident is true>>\
<<linkreplace "Give Artemis the Trident">>\
<<replace "#message">>\
What are you doing? I don't want the Trident! I want my weapon!
[[Go Back|Start]]
<</replace>>\
<<set $score to $score - 1>>\
<</linkreplace>>\
<</if>>\
<<if $hasLightBolt is true>>\
<<linkreplace "Give Artemis the Lightning Bolt">>\
<<replace "#message">>\
What are you doing? I don't want the Lightning Bolt! I want my weapon!
[[Go Back|Start]]
<</replace>>\
<<set $score to $score - 1>>\
<</linkreplace>>\
<</if>>\
<<if $hasLyre is true>>\
<<linkreplace "Give Artemis the Lyre">>\
<<replace "#message">>\
What are you doing? I don't want the Lyre! I want my weapon!
[[Go Back|Start]]
<</replace>>\
<<set $score to $score - 1>>\
<</linkreplace>>\
<</if>>\
<<if $hasBow is true>>\
<<linkreplace "Give Artemis the Bow">>\
<<replace "#message">>\
Thank you for bringing my weapon back to me!
<<link "Click here to continue..." "Start">>
<</link>>
<</replace>>\
<<set $hasBow to false>>\
<<set $ArtemisHappy to true>>\
<<set $score to $score + 10>>\
<</linkreplace>>\
<</if>>\
<span id="items">\
</span>
<span id="message">\
[[Go Back|Start]]
</span>
<div style="text-align:center; font-family:'Caesar Dressing'; font-size: 30px; color:green;">DEMETER'S ROOM<em></em></div>
<<if $hasSpear is false and $AresHappy is false>>You arrive at Demeter's room but the goddess of the harvest, fertility, and the earth is not there. You see her outside her room in her small garden watering her plants. Her daughter, Persephone, and her son, Iacchus are with her. They are playing around with a spear. As you approach, they run towards you. They give you the spear saying:
"Hi <font color="green">$player_name</font>! I think you are looking for this!".
<<linkreplace "Take the spear">>\
You take the spear.\
<<set $hasSpear to true>>\
<</linkreplace>>\
<</if>>\
<<if $hasSpear is true or $AresHappy is true>>\
"Hi $player_name did you forget something?" Demeter says.\
<</if>>\
[[Go Back|Start]] <div style="text-align:center; font-family:'Caesar Dressing'; font-size: 30px; color:green;">HERMES' ROOM<em></em></div>
<<if $hasLightBolt is false and $ZeusHappy is false>>You enter the room of Hermes, the Greek god of trade, wealth, luck and travel. One of the cleverest and most mischievous of the Olympian gods! The patron of the shepherds, the inventor of lyre, and above all, the herald and messenger of Mt. Olympus. While wearing his winged sandals and cap, he smiles at you. He seems to be in a hurry! He grabs his caduceus and throws you a lighting bolt as he walks out the door. He is shouting something about a God who left it at his room but you cannot hear the name of the God as he is already gone.
<<linkreplace "Take the Lightning Bolt">>\
You take the Lightning Bolt.\
<<set $hasLightBolt to true>>\
<</linkreplace>>\
<</if>>\
<<if $hasLightBolt is true or $ZeusHappy is true>>\
"Hi $player_name did you forget something?" Hermes says.\
<</if>>\
[[Go Back|Start]] <div style="text-align:center; font-family:'Caesar Dressing'; font-size: 30px; color:green;">HEPHAESTUS' ROOM<em></em></div>
<<if $hasLyre is false and $ApolloHappy is false>>Loud noises were coming out of Hephaestus' workshop. The god of fire, metalworking, stone masonry, and forges was probably working on some kind of metal. As you entered the room you saw him trying to extract with a set of tongs a hot metal out of the fire. When he saw you, he raised his brow and said:
"Hi, <font color="green">$player_name</font>, if you don't take this lyre, it will be the next thing I'll throw in the fire."
<<linkreplace "Take the lyre">>\
You take the lyre.\
<<set $hasLyre to true>>\
<</linkreplace>>\
<</if>>\
<<if $hasLyre is true or $ApolloHappy is true>>\
"Hi $player_name did you forget something?" Hephaestus says.\
<</if>>\
[[Go Back|Start]] <img src="images/mytrans.gif" height="120px" width="30px">
<div style="background-color:rgba(0, 0, 0, 0.5); text-align:center; font-family:'Caesar Dressing'; font-size: 60px;"><em>Greek Gods in distress!</em></div>
<div style="text-align:center; font-family:'Caesar Dressing'; font-size: 80px;"><em>[[ENTER|Name]]</em></div>
<div style="background-color:rgba(0, 0, 0, 0.5); text-align:center; font-size: 30px;"><em>May luck be by your side!</em></div>
<div style="font-size: 30px; color:green;">Welcome to Greek Gods!</div>
<div style="font-size: 20px;">Please, enter your name below and hit ENTER.
<table><tr><td><img src="images/my_user.png"></td>
<td><<textbox "$player_name" "" "Start">></td></tr></table></div><div style="text-align:center; font-family:'Caesar Dressing'; font-size: 30px; color:green;">ZEUS' ROOM<em></em></div>
Hello, $player_name!
Nice to see you again! Thank you for bringing my lightning bolt back to me! I will never forget!
[[Go back|Start]]<div style="text-align:center; font-family:'Caesar Dressing'; font-size: 30px; color:green;">ARES' ROOM<em></em></div>
Hello, $player_name!
Nice to see you again! Thank you for bringing my spear back to me! I will never forget!
[[Go back|Start]]<div style="text-align:center; font-family:'Caesar Dressing'; font-size: 30px; color:green;">POSEIDON'S ROOM<em></em></div>
Hello, $player_name!
Nice to see you again! Thank you for bringing my trident back to me! I will never forget!
[[Go back|Start]]<div style="text-align:center; font-family:'Caesar Dressing'; font-size: 30px; color:green;">APOLLO'S ROOM<em></em></div>
Hello, $player_name!
Nice to see you again! Thank you for bringing my lyre back to me! I will never forget!
[[Go back|Start]]<div style="text-align:center; font-family:'Caesar Dressing'; font-size: 30px; color:green;">ARTEMIS' ROOM<em></em></div>
Hello, $player_name!
Nice to see you again! Thank you for bringing my bow back to me! I will never forget!
[[Go back|Start]]