START : This command cannot be run due to the error: The system cannot find the file specified.
At line:1 char:1
- START
-
+ CategoryInfo : InvalidOperation: (:) [Start-Process], InvalidOperationException + FullyQualifiedErrorId : InvalidOperationException,Microsoft.PowerShell.Commands.StartProcessCommand
here is my code
'gameON = input("Welcome to Arnamark! Type START to start!")
conversationNum = 0
route = 1
if gameON == "START":
gameON == True
if gameON == True:
conversationNum = 1
if conversationNum == 1 :
print("You find yourself at an impass in a great forest, with 2 forks in the road. ")
print("Which route do you take?")
route == input("Type 1 for a long trailing path with berries and nuts, but with no end in sight."
"Type 2 for a shorter path with a tavern at the end, but with no food or forageables.")
if you need anymore info just ask me
(this is for making a text game by the way)