Jump to content
  • 0

Lilac's Hair Helper


miru

Question

I'm trying to set up Lilac's hair as a helper for her in her Cyclone attack, but Mugen gives this error message:

 

 

Error detected.

 
Need at least 1 trigger
Error parsing [state 1000, spawning helper]
Error in [statedef 1000]
Error in sashlilac.cns:239
Error loading chars/ff3_0/ff3_0.def
Error loading p1

The current state looks like this:

 

[state 1000, spawning helper]

triggerall = anim = 1000

 

How do I finish it so she works?

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

 

[state 1000, spawning helper]

triggerall = anim = 1000

 

is that all of what u have for state 1000?

 

Not all of state 1000:

 

here's state 1000 in full:

 

 

;Cyclone (ground)

[statedef 1000]

type = S

movetype = A

physics = S

juggle = 1

velset = 1,0

ctrl = 1

anim = 1000

poweradd = 0

sprpriority = 1

 

[state 1000, spawning helper]

triggerall = anim = 1000

 

[state 1001, helper]

type = Helper

trigger1 = time = 0

helpertype = player

name = "hair ribbons"

id = 1001

stateno = 1001

pos= 0,0

postype = p1

facing = 1

ownpal = 0

supermovetime = 0

pausemovetime = 0

 

[state 1000, changestate]

triggerall= vel x = 0

value = 0

 

For further reference, also check out the referred State 1000, which i'm trying to use for both Cyclone attacks:

 

 

;Cyclone (Helper)

[statedef 1001]

type = S

movetype = A

physics = N

juggle = 1

ctrl = 0

anim = 1001

poweradd = 0

sprpriority = 2

 

[state 1001, HitDef]

type = HitDef

trigger1= time = 0

attr= S, SA

damage = 101, 5

animtype = Medium

priority = 2, hit

sparkno = 2

hitsound = 5, 0

guardsound = 6,0

 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...