I’m dealing with an object that shoots bullets, I have a group of objects that I selected, so i want it to collect that if [the object group] has a variable that is false, [except the object i picked] and [the object i picked] is true, Do this…
Hi!
More context and precisions would be appreciated.
Xierra
I want my gun to shoot a mega shoot when the object variable of the gun called “mega” is true, I also want to use other guns of the same group to determine whether each other should shoot mega shoots or not, So from the second image provided,
I want the condition that:
if the variable mega of the Gun 1 is false and the guns next to it are true, Gun 1 shouldn’t shoot but the other ones with the variable mega as true should shoot mega shots (3 in 1)
if the variable mega of the Gun 1 is false and the guns next to it are false, they should both shoot normally
and if the variable mega of the Gun 1 is true and the guns next to it are true, they should both shoot normally but faster.
Where: Gun 1 is the Gun the player(a ball) is nearest to.