2 quick questions

  1. How can i make mercy resurrect through a wall? Is it possible even?

  2. 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 :arrow_heading_down:

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

im confused on what you want but if you want it to waste ammo when your doing the thing just remove the target thing
also for the mercy rez thing you would have to code it manually

2 Likes

ah okay, thanks for your help :heart: