YesNoOk
avatar

Character Specific Winquotes Won't Work! (Read 2744 times)

Started by DicedyAndre, October 25, 2018, 01:12:20 am
Share this topic:
Character Specific Winquotes Won't Work!
#1  October 25, 2018, 01:12:20 am
  • avatar
    • Canada
    • angrybirdsnumber10@gmail.com
I've tried every code I could find, and none of them worked! The closest thing that worked only turned out to give the same specific quotes to random fighters! The current one is like the other codes I've tried. All of those ones don't even work! When I win a match, it gives out a random quote instead of a specific one! I don't know how to work with state controls, victory quote control, and I don't know where exactly to put State -2 or -3! T___T
For reference, this is what I have for victory quotes:
Spiderman:
[Quotes]
victory1 = "Smile pal, you're gonna be in tomorrow's Daily Bugle."
victory2 = "Good ol' spider powers. What would I do without you?"
victory3 = "Have you seen that big float of me at the Daily Bugle parade? It... kinda creeps me out."
victory4 = "I'm pretty sure even the Spectacular Spider-Ham could beat you."
victory5 = "Remember that one time in the fight when it looked like you might actually win? No? Me neither."
victory6 = "Something tells me Peter Parker got some nice shots of your humiliating defeat for tomorrow's Bugle."
victory7 = "Sometimes with great power comes the great responsibility to beat the bejeezus out of somebody."
victory8 = "Ugh... Late again. MJ's gonna kill me."
(Quote that's suppose to show up specifically for Klonoa.) victory9 = "Wahoo!"

[State -2]
type = varset
trigger1 = roundstate = 1 && var(0) != 0
trigger1 = p2name = "Klonoa"
var(0) = 9

[State -2]
type = victoryquote
trigger1 = var(0) != 0
value = var(0)
Last Edit: October 25, 2018, 01:16:28 am by DicedyAndre
Re: Character Specific Winquotes Won't Work!
#2  October 25, 2018, 02:47:25 am
  • ****
  • Vs Style Debuts Tag Project CEO
  • The Dark Wolf Returns
    • USA
Try setting Roundstate to 3 or 4 instead of 1.
Beware the Dark Wolf once more!
Last Edit: October 25, 2018, 02:50:59 am by DarkWolf13
Re: Character Specific Winquotes Won't Work!
#3  October 25, 2018, 03:54:12 am
  • ****
    • crepa.neocities.org
Re: Character Specific Winquotes Won't Work!
#4  October 25, 2018, 11:10:00 pm
  • avatar
    • Canada
    • angrybirdsnumber10@gmail.com
Oh my goodness... It worked..

     Posted: October 26, 2018, 01:48:59 am
(Update)
While it worked for the first 2 character specific winquotes, the third one (In which is for Ironman.) doesn't work from what I see.

[State 180, VictoryQuote]
type = VictoryQuote
trigger1 = Enemy, Name = "KlonoaD" ;Use the name of the specific char you want to use the win quote.
value = 20 ;And here you use the number of the win quote you made, since I used 50, the number here must be also 50.

[State 180, VictoryQuote]
type = VictoryQuote
trigger1 = Enemy, Name = "Firebrand" ;Use the name of the specific char you want to use the win quote.
value = 21 ;And here you use the number of the win quote you made, since I used 50, the number here must be also 50.

[State 180, VictoryQuote]
type = VictoryQuote
trigger1 = Enemy, Name = "ironman" ;Use the name of the specific char you want to use the win quote.
value = 22 ;And here you use the number of the win quote you made, since I used 50, the number here must be also 50.
Re: Character Specific Winquotes Won't Work!
#5  October 26, 2018, 03:06:46 am
  • ****
  • Cute Bounty Hunter
It might be possible that the opponent isn't exactly named "ironman" in his DEF file (the actual name, not the displayname).
Re: Character Specific Winquotes Won't Work!
#6  October 28, 2018, 02:42:24 am
  • avatar
    • Canada
    • angrybirdsnumber10@gmail.com
New problem...


This didn't happen for Spiderman
Re: Character Specific Winquotes Won't Work!
#7  October 28, 2018, 02:48:41 am
  • *****
  • Resident Tosspot
  • Pftheh
    • UK
    • plasmoidthunder.neocities.org
Set mugenversion in the character's .def file to 1.0.

Oh, I want a diagram. I fucking love diagrams.