-
How can i make mercy resurrect through a wall? Is it possible even?
-
I have a beam code for symmetra thats like an auto-lock on enemys, and when i make it so the ammo wastes even if im not hurting a target. The problem I have is that when i hold it while its not hooked to an enemy, it wastes, but when it hooks onto an enemy, it just stops wasting ammo. Is there a way to fix this? Heres the Conditions/Actions
The Lock On Beam Code 
Conditions:
Is Button Held(Event Player, Button(Primary Fire)) == True
Event Player.Target == False (True would only waste ammo if its hooked to a target)
Actions:
Set Ammo(Event Player, 0) - 1
Wait(0.100, Ignore Condition)
Loop If Condition Is True
