miru Posted May 14, 2015 Posted May 14, 2015 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? Sash Lilac: Progress 10% done (SFF compiled).
0 NotAGoodName Posted May 14, 2015 Posted May 14, 2015 [state 1000, spawning helper] triggerall = anim = 1000 This does nothing. It has no state type or anything. Remove it. If you really need that anim = 1000 trigger, add it to the next state.
0 Hellzone Posted May 14, 2015 Posted May 14, 2015 [state 1000, spawning helper] triggerall = anim = 1000 is that all of what u have for state 1000? Find Yourself. Find Peace. Find Creativity
0 miru Posted May 14, 2015 Author Posted May 14, 2015 [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 Sash Lilac: Progress 10% done (SFF compiled).
Question
miru
I'm trying to set up Lilac's hair as a helper for her in her Cyclone attack, but Mugen gives this error message:
The current state looks like this:
[state 1000, spawning helper]
triggerall = anim = 1000
How do I finish it so she works?
3 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