[DiscordArchive] with an aura script, how can I check if the proc spell was self-targeted on the player who has the a
[DiscordArchive] with an aura script, how can I check if the proc spell was self-targeted on the player who has the a
Archived author: Young Toto • Posted: 2025-03-09T22:35:24.090000+00:00
Original source
with an aura script, how can I check if the proc spell was self-targeted on the player who has the aura?
Archived author: Young Toto • Posted: 2025-03-09T22:35:50.371000+00:00
Original source
or more generally, how can I check if a player casts a healing spell on specifically themselves?
Archived author: Mithria • Posted: 2025-03-09T22:37:18.599000+00:00
Original source
Unless I'm misunderstanding, could you not just get target and then check if target is caster
Archived author: Young Toto • Posted: 2025-03-09T22:42:31.529000+00:00
Original source
probably a stupid question, but does `==` work with Units?
Archived author: Young Toto • Posted: 2025-03-09T22:42:49.196000+00:00
Original source
Either way I can try that real quick
Archived author: Revision • Posted: 2025-03-09T22:43:22.683000+00:00
Original source
Yes
Archived author: Mithria • Posted: 2025-03-09T22:43:24.786000+00:00
Original source
Yes
Archived author: Young Toto • Posted: 2025-03-09T22:45:43.105000+00:00
Original source
sick, I'll mess around with that, thank you!