rc_rc_s.mcfunction
scoreboard players set @s ability 0
title @s actionbar {"text":"R R S"}
function temp:dk/a2/a2_usage
say used```
this fuction is triggered by right clicking twice then sneaking once, it's triggered properly since it's does say "used" with my username (so it's triggered as the player)
then I have a2_usage.mcfunction
```function temp:dk/a2/marker
function temp:dk/a2/marker
function temp:dk/a2/marker
function temp:dk/a2/marker
The issue I have is, when I do in the chat /function rc_rc_s, everything works properly (both the /say and ae2_usage.mcfunction work).
When I do the double right click sneak thing, rc_rc_s.mcfunction is triggered, the /say part works, but the function a2_usage.mcfunction isn't run