Search found 3 matches

by Kraloth
10 Dec 2011 10:02
Forum: DOS Batch Forum
Topic: Need some help here.
Replies: 3
Views: 3249

Re: Need some help here.

oh wait, my bad, that was a stupid mistake.
by Kraloth
10 Dec 2011 09:52
Forum: DOS Batch Forum
Topic: Need some help here.
Replies: 3
Views: 3249

Re: Need some help here.

Thank you for your help, but now I get missing operand and missing operator errors whenever it tries to process blocks
:Dmgp
:Dmge
by Kraloth
10 Dec 2011 09:28
Forum: DOS Batch Forum
Topic: Need some help here.
Replies: 3
Views: 3249

Need some help here.

I have two problems in this code at the moment, attempting to write out a smiple battle system. 1. : PlrTrnGob if %ehp% LSS 1 goto Win This gives an error of "1 was not expected at this time" 2. : PlrTrnGob echo Player HP: %php% echo Enemy HP: %ehp% these display the text "Player HP&q...