Oct-25-2020, 04:50 PM
i've been trying to make a text based adventure game using python and im stuck. im trying to use an elif command to direct me to a part of the game affected by the users decision however it doesnt direct me to the right place. ive tried to change the elif into an if and an else but it still hasnt worked. ive tried to change the name of the path its supposed to direct me to.
elif firstpath == "bookstore" or firstpath == "BOOKSTORE":
patH2()
edit: i fixed it nvm
elif firstpath == "bookstore" or firstpath == "BOOKSTORE":
patH2()
edit: i fixed it nvm