Search found 6 matches

by Orion
26 Oct 2015 00:58
Forum: DOS Batch Forum
Topic: GOTO wont work anymore? Im so lost
Replies: 11
Views: 8655

Re: GOTO wont work anymore? Im so lost

I will post the entire code, but man, its HUGE, at least imho, and its partially unfinished. I will do my best to make it understandable.
by Orion
25 Oct 2015 21:03
Forum: DOS Batch Forum
Topic: GOTO wont work anymore? Im so lost
Replies: 11
Views: 8655

Re: GOTO wont work anymore? Im so lost

wait so what is my problem? I dont understand what you guys are getting at?
by Orion
24 Oct 2015 16:31
Forum: DOS Batch Forum
Topic: GOTO wont work anymore? Im so lost
Replies: 11
Views: 8655

GOTO wont work anymore? Im so lost

Is there like a limit to the amount of times GOTO can be used, I use it frequently in the game Ive been working on such as ECHO. ECHO blah blah blah ECHO. PAUSE GOTO WHATEVER :WHATEVER ECHO. ECHO blah blah blah GOTO has always worked up until this point, I cant figure out what is wrong for the life ...
by Orion
24 Aug 2015 12:21
Forum: DOS Batch Forum
Topic: Batch file MMORPG
Replies: 6
Views: 8360

Re: Batch file MMORPG

I agree with the first reply. I've taken the single player route on my game. And I've been spending about 5 hours a day coding now for a few weeks and I'm maybe 1% done. Screw opensource. People have lives and until I can furnish a complete rpg that runs well looks good and has good feedback it's un...
by Orion
24 Aug 2015 12:14
Forum: DOS Batch Forum
Topic: Random Variable Engine suddenly broken?
Replies: 3
Views: 3373

Re: Random Variable Engine suddenly broken?

Thanks for the replies. I'll have to reconsider editing the script. I have a second question... How would I get the code to remember which variable is picked for charrace. For instance I've got the mandriti or MDRT tag on nearly every variable so far. But What I want is for after character creation ...
by Orion
22 Aug 2015 18:42
Forum: DOS Batch Forum
Topic: Random Variable Engine suddenly broken?
Replies: 3
Views: 3373

Random Variable Engine suddenly broken?

I have an issue with a Batch script. Im using a 20 sided dice roll script, which by itself works fine. I added it to a game Im working on, and the first few times, it worked fine. Suddenly it broke. Now instead of rolling 20 or below, its spitting out 56, 89, 34, etc, and the result is repeatedly co...