YesNoOk
avatar

Ifelse expression check (Read 952 times)

Started by I_Cry, June 03, 2013, 02:49:28 am
Share this topic:
Ifelse expression check
#1  June 03, 2013, 02:49:28 am
  • avatar
  • *
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 expression
Question 2: If not possible, suggest me another solution

kind regards
Re: Ifelse expression check
#2  June 03, 2013, 04:36:24 am
  • ******
  • [E]
    • Mexico

  • Online
why would you need an ifelse for that ?

trigger1 = command = X
trigger1 =  time[0,500]

should do the work just fine.