Can’t really use set timer by event in a function because events only live in event graph. Could try setting timer by function name, but a function won’t wait for it to finish before returning. Probably going to have to make that cd bool into a var, and check that in a branch.