@@ -91,14 +91,16 @@ while response3 not in firstcontract:
contract1 = 3
contractpicked = 1
print("Okay Scotland to Sweden. Please be careful with this cargo its worth a lot of money and is very important. You have 3 days to get there so you may want to get a move on captain.\n")
if response3 == "2":
elif response3 == "2":
contract2 = 7
contractpicked = 2
print("Scotland to France. I went to France once but it wasnt for me. Anyway that doesn't matter, pretty simple one this run just get to France in 7 days and get paid.\n")
if response3 == "3":
elif response3 == "3":
contract3 = 5
contractpicked = 3
print("Scotland to Portugal, easy enough just be careful the sea can get a bit rough.\n")
else:
print("Have you been in the pub again captain? you aren't making any sense try saying that again but slower")
print("DAY 1")
print("WEATHER: FAIR")
...
...
@@ -108,10 +110,12 @@ print("BALANCE: £",bankbal)
if contractpicked == 1:
print("DAYS LEFT: 3")
print("Location: Roswyth Docks - Aberdeen")
print("Target Location: Port Le Havre - France\n")
print("Target Location: Port of Gothenburg - Sweden\n")
print("You set sail out of the port in Aberdeen and begin the journey to France\n")
print("You set sail out of the port in Aberdeen and begin the journey to Sweden\n")
response4 = ""
while response4 not in route:
response4 = input("You glance over at your GPS system and you have a choice of routes that you can take. Route 1 is the recommened route, you will arrive on town and the see looks calm. Route 2 is faster but the weather isn't lookin all that promising. Which route do you want to take?")
\ No newline at end of file
response4 = input("You glance over at your GPS system and you have a choice of routes that you can take. Route 1 is the recommened route, you will arrive on time and the sea looks calm. Route 2 is faster but the weather isn't lookin all that promising. Which route do you want to take?\n\n route 1/route 2")