elif encounter == 8:
print("You encounter a strange man on a bridge")
str(input("What is your name"))
str(input("what is your quest"))
str(input("what is your favorite colour"))
print("Right, off you go")
looting()
Check the string returned by 'what is your favourite colour'. If the string contains the substring 'err' then add logic to have the character flung into the void and die.
In the bridge of death:
Check the string returned by 'what is your favourite colour'. If the string contains the substring 'err' then add logic to have the character flung into the void and die.