If (GetGlobalInt(101) == 2) && (GetGlobalInt(110) == 5) && (GetGlobalInt(201) == 3) {
Action
Action
Action
Action
}
Else DoNothing
If ((GetGlobalInt(101) == 2) && (GetGlobalInt(110) == 5) && (GetGlobalInt(201) == 3)) {
Action
Action
Action
Action
}
Else DoNothing
Code: [Auswählen]If ([b]([/b]GetGlobalInt(101) == 2[b])[/b] && [b]([/b]GetGlobalInt(110) == 5[b])[/b] && [b]([/b]GetGlobalInt(201) == 3[b])[/b]) {
Action
Action
Action
Action
}
Else DoNothing
Postcount++
Du meinst wohl eher:Code: [Auswählen]Postcount++
Postcount++;;D ;D
Postcount++;
;D ;D
An Error has occured.:P
Undefined Token: Postcount
If (GetGlobalInt(101) == 2 && GetGlobalInt(110) == 5 && GetGlobalInt(201) == 3) {