TheRedBeast
Posts : 307 Join date : 2016-10-19 Age : 27 Location : uruguay
| Subject: i have a problem... January 6th 2017, 6:52 pm | |
| command 1 name not in quotes error in chars/pielle/pielle_unotag.def error loding p1 when i try to load this char but i cant beacuse of this anyone can please try to explain me? | |
|
I-Skorp-I
Posts : 599 Join date : 2013-01-01 Age : 35 Location : Akron Ohio
| Subject: Re: i have a problem... January 8th 2017, 10:13 am | |
| Check for misspelling? also check to see if the mugen date says 1.0 or 1.1 if it don't say any of those just delete the mugen date and it will work fine. | |
|
TheRedBeast
Posts : 307 Join date : 2016-10-19 Age : 27 Location : uruguay
| Subject: Re: i have a problem... January 9th 2017, 7:19 am | |
| | |
|
Werewood
Posts : 5691 Join date : 2014-08-11
| Subject: Re: i have a problem... January 9th 2017, 8:04 am | |
| Like what I-Skorp-I said, this got be a MUGEN code grammar error : >> command 1 name not in quotesThis means the first 1st MUGEN command definition has a missing some quotes (") in the MUGEN character's CMD file...for example: [Command] ; "command 1 name not in quotes" MUGEN error with incomplete "a name = "acommand = a time = 1 [Command] ; "command 1 name not in quotes" MUGEN error with incomplete a" name = a"command = a time = 1 [Command] ; "command 1 name not in quotes" MUGEN error with incomplete a name = acommand = a time = 1 [Command] ; no more MUGEN error and working now with "a" name = "a"command = a time = 1 | |
|
TheRedBeast
Posts : 307 Join date : 2016-10-19 Age : 27 Location : uruguay
| Subject: Re: i have a problem... January 9th 2017, 11:18 pm | |
| okay i repair that but now is generate a new error, said: Undefinde command label: "command" If not misspelling in CNS, check CMD Error parsing triggerall Error parsing [State -1, ÁË V [ E AÓ h D gÍÏ] Error in [Statedef -1] Error in Pielle_unotag\Pielle.cmd:501
im looking but i cant see it | |
|
Werewood
Posts : 5691 Join date : 2014-08-11
| Subject: Re: i have a problem... January 10th 2017, 2:55 am | |
| Somewhere in your MUGEN character's MUGEN file(s) is trying to use a " Command = "command"" Trigger....but somehow "command" has not made yet in the CMD file....
Again, in your Pielle.cmd, try to add the "Undefined command label: "command"" back to that: - Code:
-
[Command] name = "command" command = ~D, DF, F, x time = 10 ** the above "command" definition is just a MUGEN example for a input......you will probably to make your own.......... | |
|
Sponsored content
| Subject: Re: i have a problem... | |
| |
|