10-28-2011, 18:47
Hi.
how is the command to execute a part of an Program only if 2 conditions are true?
My idea was
The Error-Massage (from GScyntax) is:
In Black ops the Error-Massage is:
do you know, how it works?
how is the command to execute a part of an Program only if 2 conditions are true?
My idea was
Code:
if( level.var1 == 1 and level.var2 == 1 )
{
self iprintlnbold("TEST OK!!!");
}
The Error-Massage (from GScyntax) is:
Code:
358: Error 1: Parser: ) expected, Identifier found instead
Code:
Server Script Compile Error
Bad Syntax
do you know, how it works?
Sorry for bad English -> *GERMAN*