Search found 11 matches

by ironmanmk29
16 Sep 2015 10:13
Forum: DOS Batch Forum
Topic: How can I goto a label if the answer is incorrect?
Replies: 2
Views: 2347

How can I goto a label if the answer is incorrect?

so, I was wondering if there was a way to make it so that if you answer anything that is not the correct answer then it goes to incorrect. put in my line of code and I wanted to know how to make it correct. [If "%problemtest1%'==" " goto incorrect]
by ironmanmk29
07 May 2015 09:49
Forum: DOS Batch Forum
Topic: Batch Coding Help
Replies: 18
Views: 11214

Re: Batch Coding Help

If you want more regular updates please leave your gmail and I will share it with you through google.
by ironmanmk29
07 May 2015 09:47
Forum: DOS Batch Forum
Topic: Batch Coding Help
Replies: 18
Views: 11214

Re: Batch Coding Help

This is the coding that I have done! Me and a few of my IRL friends are makeing this game. I will post the updated code when I am done with the next segmegint. @echo off @title Dungeon mode con cols=100 lines=30 color 0A echo: echo: echo: echo: echo: echo: echo: echo: echo: echo: echo: echo: echo __...
by ironmanmk29
03 May 2015 10:02
Forum: DOS Batch Forum
Topic: Batch Coding Help
Replies: 18
Views: 11214

Re: Batch Coding Help

what is the mode con cols comand?
by ironmanmk29
03 May 2015 09:30
Forum: DOS Batch Forum
Topic: Batch Coding Help
Replies: 18
Views: 11214

Re: Batch Coding Help

OMG, I am so dumb... I forgot to add the space so it was going to ,gotoplot3, instead of ,plot3. *facepalm
Well thanks you all. I now have enough knowledge to finish making my game. I will post the finished code on this forum page, if you want to play when I am done.
by ironmanmk29
03 May 2015 09:08
Forum: DOS Batch Forum
Topic: Batch Coding Help
Replies: 18
Views: 11214

Re: Batch Coding Help

What specific problem are you having?

For me the goto command in the first plot is not actually taking me to plot3.
by ironmanmk29
03 May 2015 08:40
Forum: DOS Batch Forum
Topic: Batch Coding Help
Replies: 18
Views: 11214

Re: Batch Coding Help

Now all that is broken is the code goto plot3, so thanks for the help. So is there anything specifically wrong with the plot3? :plot3 cls color 0E echo "Ah" he says,"a true hunters weapon, in fact I got enough materials. echo I am going to make you a few arrows as well. echo After a w...
by ironmanmk29
03 May 2015 08:17
Forum: DOS Batch Forum
Topic: Batch Coding Help
Replies: 18
Views: 11214

Re: Batch Coding Help

Code: Select all

SET/p"problem2= Choice"=

Do I need a space between the = and the word choice
by ironmanmk29
03 May 2015 07:55
Forum: DOS Batch Forum
Topic: Batch Coding Help
Replies: 18
Views: 11214

Re: Batch Coding Help

Here is a section of the coding that I have, with all the changes that you guys said. But It still doesn't work!! Please try it in your notepad. :plot echo You awaken in a dark room. echo A male voice from the other side of the room says echo "Why don't you start the fire, It's gettin mighty co...
by ironmanmk29
02 May 2015 23:53
Forum: DOS Batch Forum
Topic: Batch Coding Help
Replies: 18
Views: 11214

Re: Batch Coding Help

so I just remove the thens and it'll work?
by ironmanmk29
02 May 2015 00:18
Forum: DOS Batch Forum
Topic: Batch Coding Help
Replies: 18
Views: 11214

Batch Coding Help

I have not done all the coding, but the bits I do have are not working correctly. I am using word pad, and I wanted to know if someone could post the corrected version of the code below so I could fix my mistakes. @echo off @title Dungeon :plot echo You awaken in a dark room. echo A male voice from ...