


FAILS to give text or blank line - Instead use ECHO/ for the explanation. and use instead echo/ to output an empty line. You can get help for every Windows command by running in a command prompt window the command with /? as parameter, for example if /?, set /?.

So the thing is that I can't get the LGame method (I don't know how you call that in Batch, complete beginner at programming in general so bear with me). If "%action2%" neq "Save Game" goto SaveTutorialĪs you may notice, this isn't really too far along. If "%action2%" equ "Save Game" goto SaveGame If "%action1%" neq "take hoe" echo TUTORIAL *Type take hoe followed by Enter.*Įcho TUTORIAL *You can save progress whenever you can type by typing Save Game.* Her best hoe laid on the floor.Įcho TUTORIAL *Type take followed by an object and press enter in orderĮcho to pick it up and add it to your inventory.* The cold early-spring air snipping at herĮcho bare arms. She got dressed and left for the toolĮcho shed outside her house. His best hoe laid on the floor.Įcho drinking the previous night. The cold early-spring air snipping at hisĮcho bare arms. He got dressed and left for the toolĮcho shed outside his house. The so-called king hasĮcho placed himself on the throne with the help of twisted creatures.Įcho TUTORIAL *Press Space Bar to continue narrative.*Įcho There have been talks about a coup or silent assasinations butĮcho nothing has been proven to be but a rumor.Įcho %name% got out of bed that morning with a headache born from heavyĮcho drinking the previous night. There was a time where one couldĮcho walk around town without being disturbed.

If %sex% equ woman goto StartAdventureWomanĮcho Kovalor wasn't always like this. %playerLVL%Įcho For now you have no weapons nor armor. %playerDEF%Įcho Level dictates the experience you have as an adventurer. Goto OFF > SET name=%name% > SET sex=%sex% > SET playerHP=%playerHP% > SET playerATK=%playerATK% > SET playerDEF=%playerDEF% > SET playerLVL=%playerLVL% > save%name%.batĮcho Health, when it depletes, you die. offĮcho Press any key to return to Main Menu. So I'm having a few problems and have a few questions. So I decided to learn Batch and I'm trying to program a small RPG/adventure game that is narrative driven for the RPG snuffs at the office.
