Using the value = ifelse (expression to check,expression non-zero,expression zero) Is it possible to make an expression that stipulates if a command has been put in during a set time? (set time = animtime of move)A RL example would be I use a kick move. While doing the kick move I keep tapping "a" (low kick), is it possible to use that as a valid expression check?Question 1: If possible how would I formulate the expressionQuestion 2: If not possible, suggest me another solutionkind regards
why would you need an ifelse for that ?trigger1 = command = Xtrigger1 = time[0,500]should do the work just fine.