Thread
:
Send message on grouped active triggers
View Single Post
#
4
03-27-2012, 04:28 AM
FG28_Kodiak
Approved Member
Join Date: Dec 2009
Location: Swabia->Bavaria->Germany
Posts: 884
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)
FG28_Kodiak
View Public Profile
Send a private message to FG28_Kodiak
Find all posts by FG28_Kodiak