Hi everyone,
Sorry if this is a dumb question…
I was wondering if it is possible to damage a player or a guard with a Slide Kick.
My code listens for damage events on a Guard. Normal attacks register an event for the DamagedEvent
subscription on a Guard, but Slide Kicks do not. Is there another way?
Thanks!
1 Like
I don’t think it’s possible, natively atleast, if you’re really down to the task, you could add a volume around each guard and start to see if their height changes when a crouch player enters the volume, assuming you don’t have any impulse weapons in your game
Gotcha. Thanks for the reply! I’ll find a work around.
1 Like