Grenade clone is spawned in character's hand.

Instead of making that code change on the Grenade Item's Use Animation Trigger Event you could disable Wait for Animation Event and set a delay of 0.5. This will prevent the need for the animator to call the event.
 
Top