The Mugen Multiverse
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Welcome!!! - Bienvenidos!!! - ( We hope you will get involved in the MMV Community which is dedicated to having fun with Mugen ) - Bienvenidos!!! - Welcome!!!
 
PortalHomeFAQMemberlistLatest imagesUsergroupsSearchRegisterComic WIP TrackerDownloadsLog inChat
Website Navigation Help
Translate the Website
Log in
Username:
Password:
Log in automatically: 
:: I forgot my password
Latest topics
» Lizard WIP
Why is my command not working? Emptyby jspiderman171717 Today at 10:12 pm

» Chibi Fighter
Why is my command not working? Emptyby falchion22 Today at 6:37 pm

» MMV HALLOWEEN 2024 EVENT - GUARDIAN RELEASED
Why is my command not working? Emptyby wacky me Today at 5:54 pm

» My Youtube Mugen (Pseudoingles)
Why is my command not working? Emptyby pseudoingles Today at 3:53 pm

Special Features at MMV




Chat on MMV w/ Discord

Video Content Creation Reference
Search
 
 

Display results as :
 
Rechercher Advanced Search

 

 Why is my command not working?

Go down 
2 posters
AuthorMessage
tymaca




Posts : 8
Join date : 2013-01-17

Why is my command not working? Empty
PostSubject: Why is my command not working?   Why is my command not working? EmptyFebruary 25th 2018, 4:22 pm

Hey all Smile

Currently working on my first character. Made a command, compared it to other characters and it's the exact same, yet the move does not trigger. Anyone got any idea's?

Inside the control code:


[Command]
name = "Beam attack"
command = D, F, a
time = 30

;Beam attack
[state -1, Beam attack]
type = ChangeState
value = 509
triggerall = command = "Beam attack"
triggerall = statetype = s
triggerall = statetype !=A
triggerall = power >= 1000
trigger1 = ctrl

Only code that also connects with a is the light, medium and strong combo

;Light attack standing
[state 500, Stand Light Punch]
type = changestate
value = 500
triggerall = statetype!=A && command = "a"
trigger1 = ctrl
triggerall = statetype != C

;---------------------------------------------------------------------------
;Medium attack standing follow-up
[state 501, Stand Med Punch]
type = ChangeState
value = 501
triggerall = command = "a"
trigger1 = stateno = 500 && movehit
;---------------------------------------------------------------------------
;Strong attack attack standing follow-up
[state 501, Stand Strong Punch]
type = ChangeState
value = 502
triggerall = command = "a"
trigger1 = stateno = 501 && movehit
;---------------------------------------------------------------------------

Can anyone find the problem?

Back to top Go down
thatguy

thatguy


Posts : 1381
Join date : 2014-05-28
Age : 47
Location : Canada

Why is my command not working? Empty
PostSubject: Re: Why is my command not working?   Why is my command not working? EmptyFebruary 26th 2018, 1:27 am

This trigger makes it so you have to have 1000 Power or more to execute the move. Not sure if that is what is holding you back from using the move, or if that is how you intended it.

triggerall = power >= 1000 ; power greater than or equal to 1000

If you didn't intend this, simply remove the line. If you did intend this, then build your power bar up to 1000 or more. Once you have 1000 power try out your move.

If this doesn't help then I may need to see all of the code, just for that move (the CNS code as well) to further investigate.
Back to top Go down
tymaca




Posts : 8
Join date : 2013-01-17

Why is my command not working? Empty
PostSubject: Re: Why is my command not working?   Why is my command not working? EmptyMarch 1st 2018, 6:33 am

Sended you a pm Smile
Back to top Go down
Sponsored content





Why is my command not working? Empty
PostSubject: Re: Why is my command not working?   Why is my command not working? Empty

Back to top Go down
 
Why is my command not working?
Back to top 
Page 1 of 1
 Similar topics
-
» Vs.Style DEBUTS UNKNOWN SOLDIER W.i.P
» Quick .cmd or command list priority tip
» Spec Ops Vegatron Stage (Shadaloo's Command Center)
» COMMAND LINE TO SPACE BETWEEN THE NAMES IN SIMUL VERSUS SCREEN.
» Specific Win Quotes NOT working PLEASE HELP

Permissions in this forum:You cannot reply to topics in this forum
The Mugen Multiverse :: Mugen Related :: Mugen Help-
Jump to: