![]() |
#4
|
|||
|
|||
![]()
Should work
![]() Btw. You use bools so its not nessesary to write: if ((BGTarget2 == true) && (BGTarget2_1 == true) && (BGTarget2_2 == true)) you could also use: if (BGTarget2 && BGTarget2_1 && BGTarget2_2) |
|
|