Search found 1 match

by Mazel_09
25 Jun 2022 19:09
Forum: DOS Batch Forum
Topic: "( was unexpected at this time." What does this mean?
Replies: 1
Views: 2453

"( was unexpected at this time." What does this mean?

Hi, all. I'm creating a simple game in batch and need some help. I'm stuck on one part in particular, I keep getting the error "( was unexpected at this time." How would I fix it? Code: :inventory cls echo Your inventory: echo. if %wood%==0 ( REM ) else if %wood%==1 ( echo You have %wood% block of w...