I want repete some state in my char when I want make my char some moves
this is example for what I want
;---------------------------------------------------------------------------;Taunt; CNS difficulty: easy
[Statedef195]
type = S
ctrl =0
anim =195
velset =0,0
movetype = I
physics = S
sprpriority =2[State195,2]
type =ChangeState
trigger1 =AnimTime=0value=196
ctrl =0;---------------------------------------------------------------------------;Taunt; CNS difficulty: easy
[Statedef196]
type = A
ctrl =0
anim =196
velset =0,-10
movetype = I
physics = N
sprpriority =2[State0,VelAdd]
type =VelAdd
trigger1 = time>=0
x =0
y =1[State0,ChangeState]
type =ChangeState
trigger1 =Pos Y >=0&& vel Y >0value=195
ctrl =0[State0,ChangeState]
type =ChangeState
triggerall =var(21)<3
trigger1 = time =0value=0
ctrl =1
I want my char jump 3 times and changestate to 0 state but thats not happend
Question
zangief
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now