diff --git a/Source/script.cpp b/Source/script.cpp index 6d653ab3..7b1dcd6e 100644 --- a/Source/script.cpp +++ b/Source/script.cpp @@ -2006,7 +2006,7 @@ int CEXEBuild::doCommand(int which_token, LineParser &line, FILE *fp, const char else PRINTHELP(); a++; } - else PRINTHELP(); + else break; } if (line.getnumtokens()!=a+1 && !trim) PRINTHELP(); if (line.getnumtokens()==a+1) SetString(line.gettoken_str(a),NLF_BRANDING,0,lang);